Releases: mindsdb/mindsdb_sql_parser
Releases · mindsdb/mindsdb_sql_parser
v0.6.0
Updates:
- Support WITH ROLLUP #14
- Update for oracle TPC DS/H benchmarks #13
- Support identifier in USING ead588f
Fixes:
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Updates:
- Support
lateral join
#10
- Support
distinct on
#11
Fixes:
- Fix json '->>' operator #9
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Updates:
- Support pgvector operators #8
v0.3.1
Fixes:
- Fix is_quoted attribute of identifier #7
v0.3.0
Updates:
- Memorize the qouted parts of Identifier #6
v0.0.2
Changes:
#2
- Added Id keywords from which worked in mysql dialect
- added 'dialect' argument to parser_sql for back compatibility
v0.0.1
Initial version of mindsdb_sql_parser module