Skip to content

Commit 79e96d0

Browse files
author
Jeff Kunkle
committed
update for version 0.6.3
1 parent 92e5f2e commit 79e96d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,7 @@ Fix:
196196
Improvement:
197197
- Add decimal data type support
198198

199+
## 0.6.3
200+
201+
Fix
202+
- Fix postgres issue with camelCased column name during insert #137 (via @tone81)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"sqlite",
1212
"mysql"
1313
],
14-
"version": "0.6.2",
14+
"version": "0.6.3",
1515
"engines": {
1616
"node": ">=0.6.0"
1717
},

0 commit comments

Comments
 (0)