Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 186621e

Browse files
author
Dali Zheng
committed
bump patch version and pg dependency major version
1 parent 7709af4 commit 186621e

File tree

4 files changed

+1227
-1118
lines changed

4 files changed

+1227
-1118
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33

4+
##### 1.6.4 (2018-03-05)
5+
- Fix: use a single client instance during a transaction.
6+
- Bump `pg` dependency major version.
7+
8+
49
##### 1.6.3 (2017-08-14)
510
- Fix: inconsistent behavior when casting buffers.
611

lib/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ const foreignKeyMap = {
2424
* due to the driver `pg`, so there are workarounds.
2525
*/
2626
module.exports = Adapter => class PostgreSQLAdapter extends Adapter {
27-
2827
/**
2928
* Table setup happens at this stage. The default policy is completely
3029
* non-destructive, so tables and columns may only be added but not modified
@@ -582,5 +581,4 @@ module.exports = Adapter => class PostgreSQLAdapter extends Adapter {
582581
error ? reject(error) : resolve(scope))
583582
}))
584583
}
585-
586584
}

0 commit comments

Comments
 (0)