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 a00d5cd9 feat: Add support for SET SESSION AUTHORIZATION #2086 (#2087)
add 78be8b17 Complete PostgreSQL `CREATE TYPE` Support (#2094)
No new revisions were added by this update.
Summary of changes:
src/ast/ddl.rs | 313 +++++++++++++++++++++++++++++++++++++++++++-
src/ast/mod.rs | 38 +++---
src/keywords.rs | 19 +++
src/parser/mod.rs | 309 +++++++++++++++++++++++++++++++++++++++++--
tests/sqlparser_common.rs | 257 +++++++++++++++++++++++++++++++++---
tests/sqlparser_postgres.rs | 2 +-
6 files changed, 886 insertions(+), 52 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]