File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 5.10.0] - YYYY-MM-DD
3
+ ## [ 5.10.0] - 2024-08-29
4
4
5
+ - Fix parsing of UPDATE ... SET (#577 )
6
+ - Fix parsing of WITH PARSER (#563 )
7
+ - Fix context files for MySQL and MariaDB (#572 ) (#576 )
8
+ - Allow using ` ::class ` keyword to load a context (#571 )
9
+ - Fix query flags for lower-case functions (#564 )
5
10
- Improve context files by using constants (#570 )
11
+ - Fix case when a condition is not parsed correctly (#560 )
6
12
- Support parsing KILL statements (#556 )
7
- - Fix query flags for lower-case functions ( # 564 )
8
- - Allow using ` ::class ` keyword to load a context ( # 571 )
13
+ - Fix replace clause of select statement with FOR UPDATE ( # 555 )
14
+ - Add support for ALTER FUNCTION and ALTER PROCEDURE statements ( # 553 )
9
15
10
16
## [ 5.9.1] - 2024-08-13
11
17
@@ -573,5 +579,6 @@ __Breaking changes:__
573
579
574
580
* First release of this library.
575
581
582
+ [ 5.10.0 ] : https://github.com/phpmyadmin/sql-parser/compare/5.9.1...5.10.0
576
583
[ 5.9.1 ] : https://github.com/phpmyadmin/sql-parser/compare/5.9.0...5.9.1
577
584
[ 5.9.0 ] : https://github.com/phpmyadmin/sql-parser/compare/5.8.2...5.9.0
You can’t perform that action at this time.
0 commit comments