This is an automated email from the ASF dual-hosted git repository.
LucaCappelletti94 pushed a change to branch visit-node-hooks
in repository https://gitbox.apache.org/repos/asf/datafusion-sqlparser-rs.git
omit 058564712 Add NodeRef::variant_name
omit da3394f76 Add Visitor::pre_visit_node and post_visit_node for every
AST node
add 667e81d7f Snowflake: Parse structured ARRAY types (#2488)
add 7953f0fa6 Add Visitor::pre_visit_node and post_visit_node for every
AST node
add 9babe28e6 Add NodeRef::variant_name
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (058564712)
\
N -- N -- N refs/heads/visit-node-hooks (9babe28e6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
src/ast/data_type.rs | 5 +++++
src/dialect/clickhouse.rs | 4 ++++
src/dialect/mod.rs | 16 ++++++++++++++++
src/dialect/snowflake.rs | 9 +++++++++
src/parser/mod.rs | 28 +++++++++++++++++++++++-----
tests/sqlparser_clickhouse.rs | 10 ++++++++++
tests/sqlparser_snowflake.rs | 24 ++++++++++++++++++++++++
7 files changed, 91 insertions(+), 5 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]