This is an automated email from the ASF dual-hosted git repository. iffyio pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git
from a5b9821d Update `56.0.0` Changelog with latest commits (#1832) add e5d22152 Support some of pipe operators (#1759) No new revisions were added by this update. Summary of changes: src/ast/mod.rs | 34 +++++----- src/ast/query.rs | 155 ++++++++++++++++++++++++++++++++++++++++++++ src/ast/spans.rs | 9 +-- src/dialect/bigquery.rs | 4 ++ src/dialect/mod.rs | 14 ++++ src/keywords.rs | 2 + src/parser/mod.rs | 116 +++++++++++++++++++++++++++++++++ src/tokenizer.rs | 6 ++ tests/sqlparser_common.rs | 84 ++++++++++++++++++++++++ tests/sqlparser_mssql.rs | 4 ++ tests/sqlparser_mysql.rs | 15 +++++ tests/sqlparser_postgres.rs | 5 ++ 12 files changed, 427 insertions(+), 21 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org