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 d6c63fb commit a0f6ec7Copy full SHA for a0f6ec7
Changes.md
@@ -10,8 +10,9 @@ you spot any mistakes.
10
- Used as `cluster.of(...).query(...)`
11
* Fix typo in `HANDSHAKE_NO_SSL_SUPPORT` error message #1534
12
* Update `bignumber.js` to 2.4.0
13
-* Update `sqlstring` to 2.1.0
+* Update `sqlstring` to 2.2.0
14
- Accept numbers and other value types in `escapeId`
15
+ - Escape invalid `Date` objects as `NULL`
16
- Run `buffer.toString()` through escaping
17
18
## v2.11.1 (2016-06-07)
package.json
@@ -14,7 +14,7 @@
"dependencies": {
"bignumber.js": "2.4.0",
"readable-stream": "1.1.14",
- "sqlstring": "2.1.0"
+ "sqlstring": "2.2.0"
},
19
"devDependencies": {
20
"after": "0.8.2",
0 commit comments