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 013f8fb commit c71ace0Copy full SHA for c71ace0
Changes.md
@@ -9,6 +9,8 @@ you spot any mistakes.
9
* Include connection ID in debug output
10
* Update `bignumber.js` to 4.1.0
11
* Update `readable-stream` to 2.3.4
12
+* Update `sqlstring` to 2.3.1
13
+ - Fix incorrectly replacing non-placeholders in SQL
14
15
## v2.15.0 (2017-10-05)
16
package.json
@@ -16,7 +16,7 @@
"bignumber.js": "4.1.0",
17
"readable-stream": "2.3.4",
18
"safe-buffer": "5.1.1",
19
- "sqlstring": "2.3.0"
+ "sqlstring": "2.3.1"
20
},
21
"devDependencies": {
22
"after": "0.8.2",
0 commit comments