iffyio merged PR #1762:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1762
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: github-unsubscr
mvzink opened a new pull request, #1762:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1762
(no comment)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
mvzink commented on code in PR #1762:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1762#discussion_r1987884388
##
src/parser/mod.rs:
##
@@ -8002,6 +8002,11 @@ impl<'a> Parser<'a> {
&& dialect_of!(self is MySqlDialect | GenericDialect)
mvzink commented on code in PR #1762:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1762#discussion_r1989712091
##
src/parser/mod.rs:
##
@@ -8002,6 +8002,11 @@ impl<'a> Parser<'a> {
&& dialect_of!(self is MySqlDialect | GenericDialect)
iffyio commented on code in PR #1762:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1762#discussion_r1988447089
##
src/parser/mod.rs:
##
@@ -8002,6 +8002,11 @@ impl<'a> Parser<'a> {
&& dialect_of!(self is MySqlDialect | GenericDialect)