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 2d47fec0 Fix identifier parsing not breaking on the `|>` pipe operator 
(#2156)
     add be460b2b [MySQL, Oracle] Parse optimizer hints (#2162)

No new revisions were added by this update.

Summary of changes:
 src/ast/dml.rs                | 54 ++++++++++++++++++++++++++++++++-----
 src/ast/mod.rs                | 51 +++++++++++++++++++++++++++++++++++
 src/ast/query.rs              | 10 +++++++
 src/ast/spans.rs              |  5 ++++
 src/dialect/generic.rs        |  4 +++
 src/dialect/mod.rs            | 10 +++++++
 src/dialect/mysql.rs          |  4 +++
 src/dialect/oracle.rs         |  4 +++
 src/parser/merge.rs           |  2 ++
 src/parser/mod.rs             | 63 +++++++++++++++++++++++++++++++++++++++++++
 tests/sqlparser_bigquery.rs   |  2 ++
 tests/sqlparser_clickhouse.rs |  1 +
 tests/sqlparser_common.rs     | 12 +++++++++
 tests/sqlparser_duckdb.rs     |  2 ++
 tests/sqlparser_mssql.rs      |  3 +++
 tests/sqlparser_mysql.rs      | 57 ++++++++++++++++++++++++++++++++++++---
 tests/sqlparser_oracle.rs     | 55 +++++++++++++++++++++++++++++++++++++
 tests/sqlparser_postgres.rs   |  6 +++++
 tests/sqlparser_sqlite.rs     |  1 +
 19 files changed, 336 insertions(+), 10 deletions(-)


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

Reply via email to