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 845e2138 fix: qualified column names with SQL keywords parse as
identifiers (#2157)
add abec6f9b Refactor: replace some `dialect_of!` checks with `Dialect`
trait methods (#2171)
No new revisions were added by this update.
Summary of changes:
src/dialect/databricks.rs | 5 +++
src/dialect/generic.rs | 16 ++++++++++
src/dialect/mod.rs | 81 +++++++++++++++++++++++++++++++++++++++++++++++
src/dialect/snowflake.rs | 30 ++++++++++++++++++
src/parser/mod.rs | 13 ++++----
5 files changed, 138 insertions(+), 7 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]