killertux commented on code in PR #1812:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1812#discussion_r2044600259
##
tests/sqlparser_mysql.rs:
##
@@ -3716,3 +3716,9 @@ fn parse_straight_join() {
"SELECT a.*, b.* FROM table_a AS a STRAIGHT_JOIN table_b AS
iffyio commented on code in PR #1812:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1812#discussion_r2043661502
##
tests/sqlparser_mysql.rs:
##
@@ -3716,3 +3716,9 @@ fn parse_straight_join() {
"SELECT a.*, b.* FROM table_a AS a STRAIGHT_JOIN table_b AS b
killertux opened a new pull request, #1812:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1812
In https://github.com/apache/datafusion-sqlparser-rs/pull/1802 was added
support for MySQL STRAIGHT_JOIN, but it was not added as a
RESERVED_FOR_TABLE_ALIAS. Because of this, it fail