Skip to content

Releases: phpmyadmin/sql-parser

3.4.14

30 Nov 10:52
v3.4.14
Compare
Choose a tag to compare

Released version 3.4.14

3.4.13

15 Nov 16:05
v3.4.13
Compare
Choose a tag to compare

Released version 3.4.13

3.4.11

25 Oct 08:01
v3.4.11
Compare
Choose a tag to compare

Released version 3.4.11

3.4.10

03 Oct 16:28
v3.4.10
Compare
Choose a tag to compare

Released version 3.4.10

3.4.9

03 Oct 14:03
v3.4.9
Compare
Choose a tag to compare

Released version 3.4.9

3.4.8

22 Sep 07:37
v3.4.8
Compare
Choose a tag to compare

release 3.4.8

v3.3.1

21 Feb 13:28
Compare
Choose a tag to compare
  • Condition: Allow keyword INTERVAL.

v3.3.0

21 Feb 13:28
Compare
Choose a tag to compare
  • Expression: Refactored parsing options.

v3.2.0

21 Feb 13:27
Compare
Choose a tag to compare
  • Context: Added custom mode that avoids escaping when possible.

v3.1.0

21 Feb 13:27
Compare
Choose a tag to compare
  • ArrayObj: Handle more complex expressions in arrays.
  • BufferedQuery: Backslashes in comments escaped characters in comments.
  • Condition: Allow IF in conditions.
  • Context: Add ; as operator.
  • Context: Updated contexts to contain BIT data type.
  • CreateStatement: The DEFAULT option may be an expression.
  • DescribeStatement: Added DESC as alias for DESCRIBE.
  • Expression: Rewrote expression parsing.
  • Misc: Added PHPUnit's Code Coverage 3.0 as a dependency.
  • Misc: Added support for PHP 5.4 back.
  • Misc: Removed dependency to Ctype.
  • Misc: Repository transfered from @udan11 to @phpmyadmin.
  • Misc: Updated .gitignore to ignore composer.lock.
  • Misc: Updated Composer and Travis configuration for PHP 7 and PHPUnit 5.
  • Tools: Documented tags in ContextGenerator.