File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ] -
3
+ ## [ 5.3.0 ] - 2020-03-20
4
4
5
5
* Stop instanciating an object to check its class name. (#290 )
6
6
* Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. (#270 )
40
40
* Fix for error message with multiple CALL statements (#223 )
41
41
* Recognize the question mark character as a parameter (#242 )
42
42
43
+ ## [ 4.6.0] - 2020-03-20
44
+
45
+ * Stop instanciating an object to check its class name. (#290 )
46
+ * Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. (#270 )
47
+ * Allow phpunit 7
48
+ * Fix for php error when "INSERT INTO x SET a = 1" is "INSERT INTO x SET = 1" (#295 )
49
+ * Fixed lexer fails to detect "* " as a wildcard (#288 )
50
+ * Fixed ANSI_QUOTES support (#284 )
51
+ * Fixed parser mistakes with comments (#156 )
52
+
43
53
## [ 4.5.0] - 2020-01-07
44
54
45
55
* Fix ALTER TABLE ... PRIMARY/UNIQUE KEY results in error (#267 )
You can’t perform that action at this time.
0 commit comments