Skip to content

Commit 973924f

Browse files
committed
v1.4.2
1 parent f7afc64 commit 973924f

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

Changelog.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1+
1.4.2 ( 27/08/2017 )
2+
- fix null value incorrectly returned as empty
3+
string fro int values in text protocol #637
4+
5+
- build: bump to node 8.4
6+
- promise wrapper: use promise implementation passed
7+
to PromisePool #631, #632
8+
19
1.4.1 ( 16/08/2017 )
210
- add missing encodings #628, #630
3-
- (binary protocol) Fix parsing microsecond in
11+
- (binary protocol) Fix parsing microsecond in
412
datatime type #629
5-
- (promise wrapper) Fix handling of errors in promise
13+
- (promise wrapper) Fix handling of errors in promise
614
prepared statement execute #622
715

816
1.4.0 ( 30/07/2017 )
9-
- fix DATETIME going into incorrect state when
10-
milliseconds part present #618
17+
- fix DATETIME going into incorrect state when
18+
milliseconds part present #618
1119
- (promise wrapper) add changeUser #615, #614, #613
1220
- redo event delegation in promise wrappers to be #577, #620, #577, #568
1321
lazy, self-cleaning
@@ -18,7 +26,7 @@
1826
1.3.5 ( 15/06/2017 )
1927
- update iconv-lite to 0.4.18 to fix node 8 cesu8
2028
encoding regression. Add node 8 to build matrix #591
21-
29+
2230
1.3.4 ( 13/06/2017 )
2331
- use safe-buffer in string decoder #589, #585
2432
- allow to use pool.execute() without parameters #589

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
> MySQL client for Node.js with focus on performance. Supports prepared statements, non-utf8 encodings, binary log protocol, compression, ssl [much more](https://github.com/sidorares/node-mysql2/tree/master/documentation)
1212
13-
[![NPM](https://nodei.co/npm/mysql2.png?downloads=true&stars=true)](https://nodei.co/npm/mysql2/)
14-
[![NPM](https://nodei.co/npm-dl/mysql2.png?months=6)](https://nodei.co/npm/mysql2/)
15-
1613
__Table of contents__
1714

1815
- [History and Why MySQL2](#history-and-why-mysql2)

0 commit comments

Comments
 (0)