Skip to content

Releases: sigmacomputing/sqlparser-rs

allow idents in limit/offset/top clauses

22 Jul 23:17
3fbbed8
Compare
Choose a tag to compare

this allows us to parse some (not quite valid) sql that we used to error on. See https://sigmacomputing.atlassian.net/browse/SIG-13647

actual results from iterating internally

18 Dec 02:36
Compare
Choose a tag to compare

second try; v0.5.2-alpha was a mistake, which just referenced the HEAD of the main branch.

misc fixes for postgres, redshift, and added parsing functionality for snowflake, bigquery

unfortunately tests need to be fixed and we will probably continue iterating on some of the AST data structures.

results from iterating internally

16 Dec 23:30
cbd3c6b
Compare
Choose a tag to compare
Pre-release

misc fixes for postgres, redshift, and added parsing functionality for snowflake, bigquery

unfortunately tests need to be fixed and we will probably continue iterating on some of the AST data structures.