Skip to content

Commit 0a31726

Browse files
committed
1.5.0 changes
1 parent c5c8144 commit 0a31726

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
1.4.3 (03/11/2017)
1+
1.5.0 (13/11/2017)
22
- Added sqlMessage to Error callback object #665
33
- Normalized sqlState to a string of 5 chars #667
44
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
511

612
1.4.2 ( 27/08/2017 )
713
- fix null value incorrectly returned as empty
8-
string fro int values in text protocol #637
14+
string from int values in text protocol #637
915

1016
- build: bump to node 8.4
1117
- promise wrapper: use promise implementation passed

0 commit comments

Comments
 (0)