Brian M. Carlson
ee775eb88e
Merge branch 'master' of https://github.com/kesavkolla/node-postgres into kesavkolla-master
2014-12-13 12:21:35 -05:00
Kesav Kumar Kolla
0994d6b795
Added test cases for issue #699
2014-12-12 13:53:09 +05:30
Brian C
8d07daf4ea
Merge pull request #697 from sehrope/pg-db-readme
...
Add sehrope/node-pg-db to Extras in README
2014-12-11 10:57:31 -05:00
kesavkolla
81d125fe18
Making a conditional check for type parser
...
The code is failing with pg-copy-streams. The pg-copy-streams creates a query object but it doesn't have any _result. Make the type parser an optional only when _result object available on query then only set the type parser.
2014-12-11 12:10:14 +05:30
Sehrope Sarkuni
28efb77358
Add sehrope/node-pg-db to Extras in README
2014-12-10 17:00:04 -05:00
Brian M. Carlson
a3c29fedb1
Remove NAN as dependency
...
NAN is no longer required directly because [pg-native](https://github.com/brianc/node-pg-native.git ) requires it.
2014-12-04 10:59:15 -05:00
Brian M. Carlson
8eb2e5d778
Bump version
v4.1.0
2014-12-04 10:51:57 -05:00
Brian M. Carlson
d2e50d7901
Update news
2014-12-04 10:51:51 -05:00
Brian C
d3b47a91fa
Merge pull request #679 from whitelynx/master
...
Added per-client type parser overrides.
2014-12-04 10:49:11 -05:00
David H. Bronke
4bfdc041ef
Moved type override code into a new class.
2014-12-03 11:00:27 -06:00
David H. Bronke
857408540c
Corrected property access on possibly undefined variable.
2014-12-03 10:53:55 -06:00
David H. Bronke
a0bf25e308
Implemented per-client type parser overrides.
...
Adds Client#getTypeParser() and Client#setTypeParser().
2014-12-03 10:38:57 -06:00
David H. Bronke
5fff5fc61f
Added integration test for overriding type parsers on a per-client basis.
2014-12-03 09:45:20 -06:00
Brian M. Carlson
e2ea482f9b
Bump version
v4.0.0
2014-11-19 22:30:16 -05:00
Brian M. Carlson
b84dd5a479
Remove weird formatting
2014-11-19 22:27:28 -05:00
Brian M. Carlson
77da9e9b0d
Remove .npmignore
2014-11-19 22:25:03 -05:00
Brian M. Carlson
c9dd49dbd8
Remove old benchmark code
2014-11-19 22:24:09 -05:00
Brian C
a7c2b78ef1
Update NEWS.md
2014-11-19 22:23:01 -05:00
Brian C
e6748b2535
Update README.md
2014-11-19 22:13:26 -05:00
Brian C
13ba76b1a3
Merge pull request #657 from brianc/libpq
...
Rewrite native bindings
2014-11-19 21:40:59 -05:00
Brian M. Carlson
aa901a2c21
Fix travis tests
2014-11-18 16:03:27 -05:00
Brian M. Carlson
f4f5e548da
Install proper version of pg-native
2014-11-18 15:10:01 -05:00
Brian M. Carlson
40c50e743e
Update .travis.yml
2014-11-18 15:01:07 -05:00
Brian M. Carlson
fb2db0874d
Merge with origin/master
2014-11-18 14:59:38 -05:00
Brian M. Carlson
a8a3f3c9f1
Update version of pg-native
2014-11-18 14:35:07 -05:00
Brian M. Carlson
06b0392a57
Update travis config
2014-11-18 11:51:40 -05:00
Brian M. Carlson
35596fdbdc
Upgrade version of pg-native
2014-11-18 09:32:16 -05:00
Brian C
03978b6e1e
Merge pull request #680 from iceddev/master
...
add pg-transact to readme
2014-11-17 15:25:19 -05:00
Blaine Bublitz
17f22bb56c
add pg-transact to readme
2014-11-14 18:01:21 -07:00
Brian M. Carlson
af8f4990c6
Bump version
v3.6.3
2014-11-11 09:50:38 -05:00
Brian C
6cb49b65e6
Merge pull request #675 from brianc/issues/675
...
Postgres Native bindings Segfault when querying with empty buffer
2014-11-11 09:49:50 -05:00
Brian M. Carlson
c21dcfbf12
Fix travis environment
2014-11-11 09:42:46 -05:00
Brian M. Carlson
f088442570
Fix for empty buffer segfault in native bindings
2014-11-10 23:29:15 -05:00
Brian M. Carlson
e9d1872c70
Test new travis config
2014-11-03 12:52:04 -05:00
Brian M. Carlson
52f5c709ba
Merge branch 'master' of github.com:brianc/node-pg-query-stream
2014-11-03 12:34:24 -05:00
Brian M. Carlson
b38d092fa6
Update travis file
2014-11-03 12:34:16 -05:00
Brian C
aa61055029
Update README.md
...
Add travis badge
2014-11-03 10:46:25 -05:00
Brian M. Carlson
02ff00a374
Bump version
2014-11-03 10:44:26 -05:00
Brian M. Carlson
1dd2d3a938
Add infrastructure files
2014-11-03 10:44:19 -05:00
Brian C
0b45eda5a3
Merge pull request #7 from brianc/add-close-method
...
Is it possible to destroy the stream?
2014-11-03 10:42:59 -05:00
Brian M. Carlson
6ab80d3995
Add close method & supporting tests
2014-10-30 18:38:44 -04:00
Brian C
587cb0a2c8
Merge pull request #672 from tlhunter/patch-1
...
Update README.md
2014-10-27 16:20:31 -04:00
Thomas Hunter II
d00d1eb4a9
Update README.md
2014-10-26 23:10:44 -07:00
Brian C
b962274fcb
Merge pull request #667 from rpedela/master
...
Add pg-format to the list of helper modules.
2014-10-21 14:52:04 -04:00
Brian M. Carlson
7a0e9f69db
Bump version
v3.6.2
2014-10-21 14:14:20 -04:00
Brian C
5edd92b440
Merge pull request #668 from brianc/issues/600-redux
...
Fix issue with parsed statement cache timing - closes #665
2014-10-21 14:13:53 -04:00
Brian M. Carlson
9e2a3e599b
Fix issue with parsed statement cache timing - closes #665
2014-10-21 13:50:49 -04:00
rpedela
36be8539de
Add pg-format to the list of helper modules.
2014-10-21 11:23:12 -06:00
Brian M. Carlson
eeae8e6f57
Bump version
v3.6.1
2014-10-20 10:18:47 -04:00
Brian M. Carlson
11c3c74994
Merge branch 'master' of github.com:brianc/node-postgres
2014-10-20 00:21:28 -04:00