diff options
author | Isaac Bennetch <bennetch@gmail.com> | 2019-06-03 08:32:16 -0400 |
---|---|---|
committer | Isaac Bennetch <bennetch@gmail.com> | 2019-06-03 08:32:16 -0400 |
commit | e12ca0b3533abdb7eac4f9914d428781ae5d9def (patch) | |
tree | e912aa3335ff1211aab5e2b3a718335d902f1cf3 | |
parent | faebd4d732c77c0ad42937ab53e08f8c64a59088 (diff) | |
parent | b35c21f82e7202d739f6349a583b11e6d32b2b64 (diff) | |
download | sql-parser-e12ca0b3533abdb7eac4f9914d428781ae5d9def.zip sql-parser-e12ca0b3533abdb7eac4f9914d428781ae5d9def.tar.gz sql-parser-e12ca0b3533abdb7eac4f9914d428781ae5d9def.tar.bz2 |
Merge branch 'QA'
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fa91555..407fa57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -## [Unreleased] - +## [4.3.2] - 2019-06-03 + +* Fix redundant whitespaces in build() outputs (#228) +* Fix incorrect error on DEFAULT keyword in ALTER operation (#229) +* Fix incorrect outputs from Query::getClause (#233) +* Add support for reading an SQL file from stdin +* Fix for missing tokenize-query in Composer's vendor/bin/ directory +* Fix for PHP warnings with an incomplete CASE expression (#241) +* Fix for error message with multiple CALL statements (#223) +* Recognize the question mark character as a parameter (#242) ## [5.0.0] - 2019-05-09 |