We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170ddc6 commit d20c5afCopy full SHA for d20c5af
CHANGELOG.md
@@ -6,7 +6,10 @@
6
7
- Add Translator::setLocale() method (#599)
8
9
-## [5.10.4] - YYYY-MM-DD
+### Fixed
10
+
11
+- Fix FORCE INDEX not been parsed correctly (#614)
12
+- Fix parsing of ADD UNIQUE and ADD UNIQUE KEY for ALTER TABLE statements (#611)
13
14
## [5.10.3] - 2025-01-18
15
@@ -612,6 +615,7 @@ __Breaking changes:__
612
615
613
616
* First release of this library.
614
617
618
+[5.11.0]: https://github.com/phpmyadmin/sql-parser/compare/5.10.3...5.11.x
619
[5.10.3]: https://github.com/phpmyadmin/sql-parser/compare/5.10.2...5.10.3
620
[5.10.2]: https://github.com/phpmyadmin/sql-parser/compare/5.10.1...5.10.2
621
[5.10.1]: https://github.com/phpmyadmin/sql-parser/compare/5.10.0...5.10.1
0 commit comments