File tree Expand file tree Collapse file tree 4 files changed +1227
-1118
lines changed Expand file tree Collapse file tree 4 files changed +1227
-1118
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
9
##### 1.6.3 (2017-08-14)
5
10
- Fix: inconsistent behavior when casting buffers.
6
11
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ const foreignKeyMap = {
24
24
* due to the driver `pg`, so there are workarounds.
25
25
*/
26
26
module . exports = Adapter => class PostgreSQLAdapter extends Adapter {
27
-
28
27
/**
29
28
* Table setup happens at this stage. The default policy is completely
30
29
* non-destructive, so tables and columns may only be added but not modified
@@ -582,5 +581,4 @@ module.exports = Adapter => class PostgreSQLAdapter extends Adapter {
582
581
error ? reject ( error ) : resolve ( scope ) )
583
582
} ) )
584
583
}
585
-
586
584
}
You can’t perform that action at this time.
0 commit comments