Skip to content

Releases: phpmyadmin/sql-parser

v2.0.0

25 Sep 08:03
Compare
Choose a tag to compare
  • 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

v1.0.0: First release

23 Sep 12:40
Compare
Choose a tag to compare

First release of this library.

This is being used in phpMyAdmin 4.5.0.