iafisher / sqliteparser

A parser for SQLite's dialect of SQL
https://sqliteparser.readthedocs.io/en/latest/
MIT License
1 stars 1 forks source link

Configure with SQLite version number #4

Open iafisher opened 3 years ago

iafisher commented 3 years ago

Newer versions of SQLite support new syntax. It should be possible to configure the parser to work for a specific version of SQLite. Probably the default should be None indicating that the parser should accept the latest version of SQLite's SQL dialect.