iffyio commented on code in PR #2034:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2034#discussion_r2371942961
##
src/dialect/mod.rs:
##
@@ -898,6 +898,12 @@ pub trait Dialect: Debug + Any {
false
}
+/// Returns true if the dialect supports hi
altmannmarcelo commented on code in PR #2034:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2034#discussion_r2362608437
##
src/tokenizer.rs:
##
@@ -4070,4 +4101,39 @@ mod tests {
panic!("Tokenizer should have failed on {sql}, but it succeeded
with {t
iffyio commented on code in PR #2034:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2034#discussion_r2362118563
##
src/dialect/mod.rs:
##
@@ -898,6 +898,11 @@ pub trait Dialect: Debug + Any {
false
}
+/// Returns true if the dialect supports hi
altmannmarcelo opened a new pull request, #2034:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2034
This commit adds support for C-style comments supported by MySQL. It parses
and consumes the optional version number after the `!` character.
--
This is an automated message f