Skip to content

Support named parameters #172

Description

@madhuracj

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions