Releases: sigmacomputing/sqlparser-rs
Releases · sigmacomputing/sqlparser-rs
allow idents in limit/offset/top clauses
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
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
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.