This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git
from b8539a52 Added derive trait `Copy` to `OrderByOptions` struct (#2021) add 280f5188 Moved `CreateTrigger` and `DropTrigger` out of `Statement` enum (#2026) No new revisions were added by this update. Summary of changes: src/ast/ddl.rs | 237 ++++++++++++++++++++++++++++++++++++++++++-- src/ast/mod.rs | 213 ++------------------------------------- src/dialect/mssql.rs | 8 +- src/parser/mod.rs | 8 +- tests/sqlparser_mssql.rs | 8 +- tests/sqlparser_mysql.rs | 8 +- tests/sqlparser_postgres.rs | 32 +++--- 7 files changed, 270 insertions(+), 244 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org