Skip to content

Commit 838a56a

Browse files
committed
2.0.0-alpha5
Seems that many people are having problems with alpha4 that don't have in current master
1 parent 6bbcc8d commit 838a56a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Changes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7+
## v2.0.0-alpha5 (2012-12-03)
8+
9+
* Add mysql.escapeId to escape identifiers (closes #342)
10+
* Allow custom escaping mode (config.queryFormat)
11+
* Convert DATE columns to configured timezone instead of UTC (#332)
12+
* Convert LONGLONG and NEWDECIMAL to numbers (#333)
13+
* Fix Connection.escape() (fixes #330)
14+
* Changed Readme ambiguity about custom type cast fallback
15+
* Change typeCast to receive Connection instead of Connection.config.timezone
16+
* Fix drain event having useless err parameter
17+
* Add Connection.statistics() back from v0.9
18+
* Add Connection.ping() back from v0.9
19+
720
## v2.0.0-alpha4 (2012-10-03)
821

922
* Fix some OOB errors on resume()

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Install
66

77
```bash
8-
npm install [email protected]alpha4
8+
npm install [email protected]alpha5
99
```
1010

1111
Despite the alpha tag, this is the recommended version for new applications.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
33
"name": "mysql",
44
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
5-
"version": "2.0.0-alpha4",
5+
"version": "2.0.0-alpha5",
66
"repository": {
77
"url": ""
88
},

0 commit comments

Comments
 (0)