packagist phpmyadmin/sql-parser v2.0.0

latest releases: dev-master, 5.9.x-dev, 5.9.0...
8 years ago
  • 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

Don't miss a new sql-parser release

NewReleases is sending notifications on new releases.