We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e73ee4 commit 169a9f1Copy full SHA for 169a9f1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [5.9.1] - 2024-08-13
4
+
5
+- Allow parsing ALTER TABLE statement with column check constraint (#554)
6
+- Add support for PHPUnit 10 (#573)
7
8
## [5.9.0] - 2024-01-20
9
10
- Fix keywords not being recognized as table alias (#496)
@@ -560,3 +565,6 @@ __Breaking changes:__
560
565
## [1.0.0] - 2015-08-20
561
566
562
567
* First release of this library.
568
569
+[5.9.1]: https://github.com/phpmyadmin/sql-parser/compare/5.9.0...5.9.1
570
+[5.9.0]: https://github.com/phpmyadmin/sql-parser/compare/5.8.2...5.9.0
0 commit comments