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 1b842d3b MSSQL: Parse IF/ELSE without semicolon delimiters (#2128)
     add 9b8a2d1e Extract source comments (#2107)

No new revisions were added by this update.

Summary of changes:
 src/ast/comments.rs         | 329 ++++++++++++++++++++++++++++++++++++++++++++
 src/ast/mod.rs              |   1 +
 src/ast/spans.rs            |   8 +-
 src/parser/mod.rs           |  53 ++++++-
 tests/sqlparser_comments.rs |  75 ++++++++++
 5 files changed, 459 insertions(+), 7 deletions(-)
 create mode 100644 src/ast/comments.rs
 create mode 100644 tests/sqlparser_comments.rs


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

Reply via email to