Releases: mindsdb/mindsdb_sql_parser
Releases · mindsdb/mindsdb_sql_parser
v0.13.3
v0.13.2
v0.13.1
v0.13.0
v0.12.0
What's Changed
- Fix: Standardize parameter case handling in parser by @pankaj-bind in #50
- Expect spaces between keywords by @ea-rus in #65
- Fix
CreateTabledump to string by @StpMax in #64 - Fix duplication of the type check by @tino097 in #67
- Alter knowledge base syntax by @ea-rus in #68
New Contributors
Full Changelog: v0.11.4...v0.12.0
v0.11.4
v0.11.3
v0.11.2
v0.11.1
v0.11.0
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