Skip to content

Releases: mindsdb/mindsdb_sql_parser

v0.6.0

27 Mar 14:40
6900c56
Compare
Choose a tag to compare

Updates:

  • Support WITH ROLLUP #14
  • Update for oracle TPC DS/H benchmarks #13
  • Support identifier in USING ead588f

Fixes:

  • Fixes render tests #12

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Mar 12:45
95e7a68
Compare
Choose a tag to compare

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

07 Mar 13:30
b42f625
Compare
Choose a tag to compare

Updates:

  • Support pgvector operators #8

v0.3.1

04 Feb 16:48
239cd4e
Compare
Choose a tag to compare

Fixes:

  • Fix is_quoted attribute of identifier #7

v0.3.0

31 Jan 11:38
2a36900
Compare
Choose a tag to compare

Updates:

  • Memorize the qouted parts of Identifier #6

v0.2.0

15 Jan 06:00
Compare
Choose a tag to compare

Updates:

  • Asof join support #5

v0.1.0

27 Nov 13:41
2adf8c8
Compare
Choose a tag to compare

Updates:

  • Mixed join support #3

v0.0.2

22 Nov 15:19
647d887
Compare
Choose a tag to compare

Changes:

#2

  • Added Id keywords from which worked in mysql dialect
  • added 'dialect' argument to parser_sql for back compatibility

v0.0.1

21 Nov 13:14
Compare
Choose a tag to compare

Initial version of mindsdb_sql_parser module