Re: [PR] Mysql: Add `SRID` column option [datafusion-sqlparser-rs]

2025-05-22 Thread via GitHub
iffyio merged PR #1852: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1852 -- 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] Mysql: Add `SRID` column option [datafusion-sqlparser-rs]

2025-05-21 Thread via GitHub
MohamedAbdeen21 commented on code in PR #1852: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1852#discussion_r2101148965 ## src/parser/mod.rs: ## @@ -16571,6 +16575,23 @@ mod tests { } } +#[test] +fn test_mysql_srid_create_table() { +

Re: [PR] Mysql: Add `SRID` column option [datafusion-sqlparser-rs]

2025-05-19 Thread via GitHub
iffyio commented on code in PR #1852: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1852#discussion_r2096922347 ## src/parser/mod.rs: ## @@ -16571,6 +16575,23 @@ mod tests { } } +#[test] +fn test_mysql_srid_create_table() { +let sql