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 c5c8144 commit 0a31726Copy full SHA for 0a31726
Changelog.md
@@ -1,11 +1,17 @@
1
-1.4.3 (03/11/2017)
+1.5.0 (13/11/2017)
2
- Added sqlMessage to Error callback object #665
3
- Normalized sqlState to a string of 5 chars #667
4
as Mysql specifies it
5
+ - Remove destroyed promise pool connections from
6
+ pool #674, #672
7
+ - Expose escape & format methods on connection pool #669, #663
8
+ - Support fractional seconds variable precision for
9
+ the temporal types #660, #659
10
+ - fix null values breaking typeCast behaviour #652
11
12
1.4.2 ( 27/08/2017 )
13
- fix null value incorrectly returned as empty
- string fro int values in text protocol #637
14
+ string from int values in text protocol #637
15
16
- build: bump to node 8.4
17
- promise wrapper: use promise implementation passed
0 commit comments