alamb commented on PR #1864:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1864#issuecomment-2922335147
The code just keeps churning along in this repo. Thank you @iffyio and
@dmzmk
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
iffyio merged PR #1864:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1864
--
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
dmzmk commented on code in PR #1864:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1864#discussion_r2113709060
##
src/parser/mod.rs:
##
@@ -6249,6 +6249,11 @@ impl<'a> Parser<'a> {
loc
);
}
+// Mysql requires table sp
iffyio commented on code in PR #1864:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1864#discussion_r2113591715
##
src/parser/mod.rs:
##
@@ -6249,6 +6249,11 @@ impl<'a> Parser<'a> {
loc
);
}
+// Mysql requires table s