This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git
from 05821cc7 Add support for PostgreSQL `LISTEN/NOTIFY` syntax (#1485)
add a5b00925 Add support for TOP before ALL/DISTINCT (#1495)
No new revisions were added by this update.
Summary of changes:
src/ast/query.rs | 12 +++++++++++-
src/dialect/mod.rs | 6 ++++++
src/dialect/redshift.rs | 6 ++++++
src/parser/mod.rs | 16 ++++++++++------
tests/sqlparser_clickhouse.rs | 1 +
tests/sqlparser_common.rs | 18 ++++++++++++++++++
tests/sqlparser_duckdb.rs | 2 ++
tests/sqlparser_mssql.rs | 2 ++
tests/sqlparser_mysql.rs | 8 ++++++++
tests/sqlparser_postgres.rs | 3 +++
10 files changed, 67 insertions(+), 7 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]