Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Support named parameters #172

Copy link
Copy link
@madhuracj

Description

@madhuracj
Issue body actions

phpMyAdmin support parameter binding with named parameters in SQL editor.
For example, you can write a query like
INSERT INTO `person` (`firstname`, `lastname`, `email`) VALUES (:firstname, :lastname, :email);
and phpMyAdmin will allow specifying values for the parameters.

However, the parser does not support this and triggers syntax error warnings on the editor. It would be nice to have the sql-parser support this feature.

Reactions are currently unavailable

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.