Skip to content

Releases: sigmacomputing/sqlparser-rs

allow idents in limit/offset/top clauses

Choose a tag to compare

@donhcd donhcd released this 22 Jul 23:17
3fbbed8

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

Choose a tag to compare

@donhcd donhcd released this 18 Dec 02:36

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

Pre-release

Choose a tag to compare

@donhcd donhcd released this 16 Dec 23:30
cbd3c6b

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.