We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930444b commit b35c21fCopy full SHA for b35c21f
CHANGELOG.md
@@ -1,6 +1,15 @@
1
# Change Log
2
3
-## [Unreleased] -
+## [4.3.2] - 2019-06-03
4
+
5
+* Fix redundant whitespaces in build() outputs (#228)
6
+* Fix incorrect error on DEFAULT keyword in ALTER operation (#229)
7
+* Fix incorrect outputs from Query::getClause (#233)
8
+* Add support for reading an SQL file from stdin
9
+* Fix for missing tokenize-query in Composer's vendor/bin/ directory
10
+* Fix for PHP warnings with an incomplete CASE expression (#241)
11
+* Fix for error message with multiple CALL statements (#223)
12
+* Recognize the question mark character as a parameter (#242)
13
14
## [4.3.1] - 2019-01-05
15
0 commit comments