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 e785875 commit fd7ceceCopy full SHA for fd7cece
1 file changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log
2
3
+## [5.11.1] - YYYY-MM-DD
4
+
5
+### Added
6
7
+- Add context files for MySQL 9.2, MySQL 9.3 and MariaDB 12.1 (#628)
8
+- Add context files for MariaDB 11.8 and MariaDB 12.0 (#620)
9
10
+### Fixed
11
12
+- Fix Window function handling that failed because of "OVER" keyword case-sensitive comparison (#623)
13
14
## [5.11.0] - 2025-02-22
15
16
### Added
@@ -615,6 +626,7 @@ __Breaking changes:__
615
626
616
627
* First release of this library.
617
628
629
+[5.11.1]: https://github.com/phpmyadmin/sql-parser/compare/5.11.0...5.11.x
618
630
[5.11.0]: https://github.com/phpmyadmin/sql-parser/compare/5.10.3...5.11.0
619
631
[5.10.3]: https://github.com/phpmyadmin/sql-parser/compare/5.10.2...5.10.3
620
632
[5.10.2]: https://github.com/phpmyadmin/sql-parser/compare/5.10.1...5.10.2
0 commit comments