Skip to content

v2.0.0

Compare
Choose a tag to compare
@udan11 udan11 released this 25 Sep 08:03
· 2352 commits to master since this release
  • 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 a name key which represents the name of the column and an optional length key which represents the length of the column.

This is (partly) being used in phpMyAdmin 4.5.0.2