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 04271b0e Parse `INSERT` with subquery when lacking column names (#1586)
     add a13f8c6b Add support for ODBC functions (#1585)

No new revisions were added by this update.

Summary of changes:
 src/ast/mod.rs                | 17 +++++++++++
 src/ast/spans.rs              |  1 +
 src/ast/visitor.rs            |  1 +
 src/keywords.rs               |  1 +
 src/parser/mod.rs             | 65 +++++++++++++++++++++++++++++++++++++++----
 src/test_utils.rs             |  1 +
 tests/sqlparser_clickhouse.rs |  4 +++
 tests/sqlparser_common.rs     | 43 ++++++++++++++++++++++++++++
 tests/sqlparser_duckdb.rs     |  1 +
 tests/sqlparser_hive.rs       |  1 +
 tests/sqlparser_mssql.rs      |  2 ++
 tests/sqlparser_postgres.rs   |  7 +++++
 tests/sqlparser_redshift.rs   |  1 +
 tests/sqlparser_snowflake.rs  |  2 ++
 tests/sqlparser_sqlite.rs     |  1 +
 15 files changed, 142 insertions(+), 6 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to