Skip to content
This repository was archived by the owner on Dec 30, 2019. It is now read-only.

Commit a0eb36d

Browse files
authored
2.0 (#67)
* Initial work * Make progress on custom pool * Make all original tests pass * Fix test race * Fix test when DNS is missing * Test more error conditions * Add test for byop * Add BYOP tests for errors * Add test for idle client error expunging * Fix typo * Replace var with const/let * Remove var usage * Fix linting * Work on connection timeout * Work on error condition tests * Remove logging * Add connection timeout * Add idle timeout * Test for returning to client to pool after error fixes #48 * Add idleTimeout support to native client * Add pg as peer dependency fixes #45 * Rename properties * Fix lint * use strict * Add draining to pool.end * Ensure ending pools drain properly * Remove yarn.lock * Remove object-assign * Remove node 8 * Remove closure for waiter construction * Ensure client.connect is never sync * Fix lint * Change to es6 class * Code cleanup & lint fixes
1 parent 0c32c57 commit a0eb36d

17 files changed

+748
-277
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ matrix:
88
- node_js: "6"
99
addons:
1010
postgresql: "9.4"
11-
- node_js: "8"
12-
addons:
13-
postgresql: "9.4"

0 commit comments

Comments
 (0)