File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 5.10.1] - 2024-11-10
4
+
5
+ ### Fixed
6
+
7
+ - Fix parsing of ALTER TABLE … RENAME KEY (#580 )
8
+ - Fix parsing table names that start with "e1" (#578 )
9
+ - Improve handling of negative and overflowed offsets on TokensList (#582 )
10
+ - Fix parsing of queries with 'AND' (#590 )
11
+ - Fix C style comments with two asterisks (#597 )
12
+ - Fix parsing of SRID in column definition (#595 )
13
+
3
14
## [ 5.10.0] - 2024-08-29
4
15
5
16
- Fix parsing of UPDATE ... SET (#577 )
@@ -579,6 +590,7 @@ __Breaking changes:__
579
590
580
591
* First release of this library.
581
592
593
+ [ 5.10.1 ] : https://github.com/phpmyadmin/sql-parser/compare/5.10.0...5.10.1
582
594
[ 5.10.0 ] : https://github.com/phpmyadmin/sql-parser/compare/5.9.1...5.10.0
583
595
[ 5.9.1 ] : https://github.com/phpmyadmin/sql-parser/compare/5.9.0...5.9.1
584
596
[ 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