iffyio merged PR #2033:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2033
--
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
altmannmarcelo commented on code in PR #2033:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2033#discussion_r2362547065
##
tests/sqlparser_mysql.rs:
##
@@ -4247,3 +4247,33 @@ fn test_create_index_options() {
"CREATE INDEX idx_name ON t(c1, c2) USING BTREE
iffyio commented on code in PR #2033:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2033#discussion_r2362093397
##
tests/sqlparser_mysql.rs:
##
@@ -4247,3 +4247,33 @@ fn test_create_index_options() {
"CREATE INDEX idx_name ON t(c1, c2) USING BTREE LOCK =
altmannmarcelo commented on code in PR #2033:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2033#discussion_r2356385410
##
src/parser/mod.rs:
##
@@ -8144,6 +8144,11 @@ impl<'a> Parser<'a> {
Keyword::REPLACE,
])?,
altmannmarcelo commented on code in PR #2033:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2033#discussion_r2355450242
##
src/parser/mod.rs:
##
@@ -8144,6 +8144,11 @@ impl<'a> Parser<'a> {
Keyword::REPLACE,
])?,
iffyio commented on code in PR #2033:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2033#discussion_r2355435475
##
src/parser/mod.rs:
##
@@ -8144,6 +8144,11 @@ impl<'a> Parser<'a> {
Keyword::REPLACE,
])?,
)))
+
altmannmarcelo opened a new pull request, #2033:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2033
This commit adds support for INVISIBLE columns in MySQL dialect.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub