Skip to content

Releases: mindsdb/mindsdb_sql_parser

v0.13.3

22 Dec 12:19
398f179

Choose a tag to compare

What's Changed

  • Parameters for create knowledge base index by @ea-rus in #75
  • Support variables in views by @StpMax in #77
  • Added USING clause for CREATE/ALTER VIEW
  • Python version 3.9 is no longer supported

Full Changelog: v0.13.2...v0.13.3

v0.13.2

04 Dec 14:45
e79159b

Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

18 Nov 11:42
34763e5

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

01 Nov 07:24
a72d020

Choose a tag to compare

What's Changed

  • Update standard render: use own dicts serializer instead of json.dump by @ea-rus in #69
  • bump 0.13.0 by @ea-rus in #71

Full Changelog: v0.12.0...v0.13.0

v0.12.0

16 Oct 05:21
5885d02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.4...v0.12.0

v0.11.4

27 Aug 06:56
1c4d3ef

Choose a tag to compare

What's Changed

  • Array operators supports #63

Full Changelog: v0.11.3...v0.11.4

v0.11.3

06 Aug 08:05
872b096

Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.11.3

v0.11.2

22 Jul 17:05
a188500

Choose a tag to compare

What's Changed

  • Workaround for big strings parsing by @StpMax in #58

Full Changelog: v0.11.1...v0.11.2

v0.11.1

21 Jul 08:17
d12a372

Choose a tag to compare

What's Changed

  • Fix IN with SELECT: move 'in' logic outside of Operation class by @ea-rus in #57

Full Changelog: v0.11.0...v0.11.1

v0.11.0

18 Jul 14:21
844bf34

Choose a tag to compare

What's Changed

  • Render unnamed parameters of query without colons #39
  • Name is identifier in CreateView statement #46
  • Add operators <<, >>, :=, &, |, ^ #45
  • Alter Agent syntax #55
  • Keep escape symbols in identifier parts when dump to string #51
  • TABLE statement #52

Fixes:

  • Don't render empty params of selelect #37
  • Fix identifier copy and deepcopy #47
  • Fix query with single value in IN #48
  • Fix of "single value in IN" #53

Full Changelog: v0.10.2...v0.11.0