Brian M. Carlson
0f50d92ea6
Update changelog
2019-04-16 17:35:08 -05:00
Sehrope Sarkuni
13c14f1de0
fix: Catch and emit query parameter prepareValue(...) errors ( #1855 )
...
Adds a try/catch block around the prepareValue(...) invocations in query.prepare(...)
to ensure that any that throw an error are caught and bubbled up to the caller.
2019-04-16 17:29:40 -05:00
Tony Wooster
566058de17
Add support for per per-query types ( #1825 )
...
The documentation states that you can pass custom type processors to
query objects. See:
https://node-postgres.com/features/queries#types
This didn't actually work. This commit adds an initial implementation
of per-query type-parsing. Caveats:
* It does not work with pg-native. That would require a separate pull
request to pg-native, and a rather significant change to how that
library handles query results.
* Per-query types do not "inherit" from types assigned to the Client,
ala TypeOverrides.
2019-04-16 17:27:39 -05:00
Malcolm
43ebcfb6bc
Fix input preparation for date objects with a BC year ( #1864 )
...
* test: BC date input preparation
* Fix input preparation for BC dates
2019-04-15 18:38:20 -05:00
Malcolm
4d84909cbd
Fix integration test for v1.0.4 of postgres-date sub-dependency ( #1867 )
2019-04-15 18:37:33 -05:00
Brian M. Carlson
6b8176e841
Bump version
v7.9.0
2019-03-15 13:42:56 -05:00
Brian M. Carlson
b12881209b
Update CHANGELOG.md
2019-03-15 13:42:24 -05:00
Brian M. Carlson
9cf3d32467
Update SPONSORS.md
2019-03-15 13:42:04 -05:00
andreme
5a92ba3701
sasl/scram authentication ( #1835 )
2019-03-07 11:02:21 -06:00
Rhys Arkins
41706e64d4
chore: don't publish Travis to npm ( #1851 )
2019-03-07 10:37:14 -06:00
Brian M. Carlson
bae9fd734a
Bump version
v7.8.2
2019-03-07 08:58:13 -06:00
Rich Harris
e6a878cbb5
compare prepared statement text with previous to prevent incorrect queries ( #1814 )
...
* compare prepared statement text with previous to prevent incorrect queries - fixes #1813
* make suggested changes to error message
2019-03-06 09:35:30 -06:00
Ben Holden-Crowther
4c6c0e9b77
Update license date in readme ( #1823 )
2019-03-06 09:34:06 -06:00
Brian M. Carlson
e0ebdeff88
Bump version
v7.8.1
2019-02-20 14:36:50 -06:00
Brian C
bf84db7c22
Bump packet-reader version ( #1840 )
...
* Bump packet-reader version
This should fix the deprecation warning from using `new Buffer`.
* Remove node 11 tests - its a non-stable (odd) version
2019-02-20 14:36:27 -06:00
Brian M. Carlson
fcd0f02210
Bump version
v7.8.0
2019-01-11 08:32:29 -06:00
Brian M. Carlson
00123861fb
Update changelog
2019-01-11 08:32:23 -06:00
Brian M. Carlson
896faa56f7
Update SPONSORS.md
2019-01-11 08:30:37 -06:00
Ben Holden-Crowther
c8f2f23845
Update license date ( #1800 )
...
From 2018 to 2019
2019-01-11 08:16:54 -06:00
Ben Drucker
0e11b5c781
deps: update pg-types to 2 ( #1806 )
...
drops node < 4 support but pg previously did so (not major)
2019-01-11 08:16:29 -06:00
Gregory Lepsky
ccbccc9716
Issue #1769 - Inability to restrict communication protocols to set in ssl configuration ( #1804 )
...
- Propagate client's ssl.secureOptions config to TLS.
2019-01-08 09:08:43 -06:00
Brian M. Carlson
7d27bd2086
Bump version. Drop version of pg.js via pg-cursor.
2019-01-08 09:00:19 -06:00
Brian M. Carlson
5b2816a6f5
Bump version of pg-cursor
2019-01-08 09:00:04 -06:00
Amila Welihinda
28e43b8b73
Create LICENSE ( #34 )
2019-01-08 08:57:47 -06:00
Amila Welihinda
d822fc8e7a
Added --save flags to installation steps ( #35 )
2019-01-08 08:57:35 -06:00
Amila Welihinda
c999aae6af
Updated readme examples to es6 ( #36 )
2019-01-08 08:55:35 -06:00
Brian M. Carlson
1cdad4d8d2
Bump version. Drop support for pg.js
2019-01-08 08:53:58 -06:00
Brian M. Carlson
71dde045ea
Merge branch 'master' of github.com:brianc/node-pg-cursor
2019-01-08 08:52:25 -06:00
Brian C
67b880a4bd
Merge pull request #35 from jakobrun/master
...
return rowCount on insert
2019-01-08 08:52:20 -06:00
Brian M. Carlson
1200da5c74
Fix test
2019-01-08 08:52:05 -06:00
Brian C
0a1052516f
Merge pull request #44 from jafl/redshift-requires-portal-name
...
fix: AWS Redshift requires a portal name to honor fetchSize
2019-01-08 08:28:39 -06:00
Brian C
73506d36b9
Merge pull request #47 from pistor/remove-pg.js-support
...
Remove support for deprecated pg.js package
2019-01-08 08:27:07 -06:00
Brian M. Carlson
d7f6ed0c7c
Bump version
2019-01-02 12:14:50 -06:00
Brian C
4d2ad36951
Upgrade to test on node 10 ( #114 )
...
* Upgrade to test on node 10
* Use errno instead of code
* Only check errno if it exists
2019-01-02 12:11:21 -06:00
Bryan Clement
f91769538d
idleListener no longer grabs references to things it doesn't need ( #83 )
2019-01-02 12:10:42 -06:00
Johannes Würbach
35a285c9a7
Fix two timeout races ( #109 )
2018-12-14 14:15:35 -06:00
Brian M. Carlson
140f9a1242
Bump version
2018-12-11 12:53:22 -06:00
Charmander
7ef3f4aa4a
Fix queued checkout after a connection failure ( #111 )
...
* Test queued checkout after a connection failure
Co-authored-by: Johannes Würbach <johannes.wuerbach@googlemail.com>
* Fix queued checkout after a connection failure
Co-authored-by: Johannes Würbach <johannes.wuerbach@googlemail.com>
2018-12-11 12:53:00 -06:00
Mikkel Hoegh
6fc07b4a63
fix: remove support for deprecated pg.js package
...
BREAKING CHANGE: pg.js is long dead and no longer supported.
Use [pg](https://www.npmjs.com/package/pg ) instead.
2018-12-05 00:06:10 +01:00
Brian M. Carlson
060a35faeb
Bump version
v7.7.1
2018-11-29 09:37:03 -06:00
Brian M. Carlson
93df471d98
Bump min version of pg-pool
2018-11-29 09:36:57 -06:00
Brian M. Carlson
f52a0fe8f7
Bump version
v7.7.0
2018-11-29 09:16:05 -06:00
Brian M. Carlson
77866d0264
Update changelog
2018-11-29 09:15:50 -06:00
André Cruz
eb076db5d4
Add configurable query timeout ( #1760 )
...
* Add read_timeout to connection settings
* Fix uncaught error issue
* Fix lint
* Fix "queryCallback is not a function"
* Added test and fixed error returning
* Added query timeout to native client
* Added test for timeout not reached
* Ensure error is the correct one
Correct test name
* Removed dubious check
* Added new test
* Improved test
2018-11-29 09:11:47 -06:00
Brian M. Carlson
4b9669eaa7
Bump version
2018-11-12 12:32:19 -06:00
Brian M. Carlson
3620e23899
Bump version
v7.6.1
2018-11-07 09:32:45 -06:00
Brian C
daddd4ffd6
Bump buffer-writer version ( #1764 )
...
Fixes the deprecation warning for using `new Buffer`.
The change is semver major in buffer-writer since we dropped support for node < 4.x, but otherwise it's a non-breaking change. Since node-postgres already requires node >= 4.x it's fine.
2018-11-07 09:31:59 -06:00
Brian M. Carlson
a3295b4355
Bump version
v7.6.0
2018-10-26 09:03:19 -05:00
Brian M. Carlson
034eb34f3c
Update changelog
2018-10-26 09:02:53 -05:00
Brian C
d468b6a1f1
Update SPONSORS.md
2018-10-26 08:59:00 -05:00