File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.3 (2018-06-18)
4+
5+ * Fix: Reject pending commands if connection is closed
6+ (#52 by @clue )
7+
8+ * Fix: Do not support multiple statements for security and API reasons
9+ (#51 by @clue )
10+
11+ * Fix: Fix reading empty rows containing only empty string columns
12+ (#46 by @clue )
13+
14+ * Fix: Report correct field length for fields longer than 16k chars
15+ (#42 by @clue )
16+
17+ * Add quickstart example and interactive CLI example
18+ (#45 by @clue )
19+
320## 0.3.2 (2018-04-04)
421
522* Fix: Fix parameter binding if query contains question marks
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ The recommended way to install this library is [through Composer](https://getcom
126126This will install the latest supported version:
127127
128128``` bash
129- $ composer require react/mysql:^0.3.2
129+ $ composer require react/mysql:^0.3.3
130130```
131131
132132See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments