Releases: phpmyadmin/sql-parser
Releases · phpmyadmin/sql-parser
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- Better parsing for CREATE TABLE statements (related to breaking change 1).
- Added support for JSON data type.
- Refactoring and minor documentation improvements.
Breaking changes:
SqlParser\Components\Key::$columns
is now an array of arrays. Each array must contain aname
key which represents the name of the column and an optionallength
key which represents the length of the column.
This is (partly) being used in phpMyAdmin 4.5.0.2
v1.0.0: First release
First release of this library.
This is being used in phpMyAdmin 4.5.0.