sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

Roadmap for next major version

Open not-implemented opened this issue 7 years ago • 0 comments

Planned bigger and backward incompatible changes for next major version:

  • options for multiple SQL dialects (implemented using PEG.js "predicates")
  • cleanup quote/identifier handling (double quotes, single quotes and backticks) - implement correctly depending on SQL dialect
  • As a start differentiate between ANSI SQL and MySQL. Further SQL dialects might follow.
  • AST format changes
    • param: change "value" to "name"

not-implemented avatar Feb 02 '18 12:02 not-implemented