Re: [PR] Add support for INVISIBLE columns in MySQL [datafusion-sqlparser-rs]

2025-09-23 Thread via GitHub
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

Re: [PR] Add support for INVISIBLE columns in MySQL [datafusion-sqlparser-rs]

2025-09-19 Thread via GitHub
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

Re: [PR] Add support for INVISIBLE columns in MySQL [datafusion-sqlparser-rs]

2025-09-19 Thread via GitHub
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 =

Re: [PR] Add support for INVISIBLE columns in MySQL [datafusion-sqlparser-rs]

2025-09-17 Thread via GitHub
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, ])?,

Re: [PR] Add support for INVISIBLE columns in MySQL [datafusion-sqlparser-rs]

2025-09-17 Thread via GitHub
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, ])?,

Re: [PR] Add support for INVISIBLE columns in MySQL [datafusion-sqlparser-rs]

2025-09-17 Thread via GitHub
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, ])?, ))) +

[PR] Add support for INVISIBLE columns in MySQL [datafusion-sqlparser-rs]

2025-09-16 Thread via GitHub
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