-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse SRID in column definition #595
base: 5.10.x
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome
@@ -0,0 +1,7 @@ | |||
CREATE TABLE IF NOT EXISTS `public_areas` ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we not missing a line in the test file for the test to pick up this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is picked up automatically:
sql-parser/src/Tools/TestGenerator.php
Line 234 in 9851579
} elseif (str_ends_with($inputFile, '.in')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, only the generation of the out file is picked up automatically. I added the missing line.
8e12200
to
705d0b3
Compare
Fixes phpmyadmin/phpmyadmin#18513
The parsing does not consider the db version and MariaDB does not support this.