Commit Graph

1653 Commits

Author SHA1 Message Date
Vitaly Tomilov
5d9109e26c Correcting the library description
The library moved away from featuring the Promise library, it now supports the entire Promises/A+ family.

Happy Days! :)
2015-03-11 22:48:39 +00:00
Brian C
7eb46f218b Merge pull request #745 from vitaly-t/master
Update README.md
2015-03-10 11:58:05 -04:00
Vitaly Tomilov
50bb3ab3cc Update README.md
Moved the reference to vitaly-t/pg-promise to the bottom of the list.
2015-03-10 15:55:58 +00:00
Vitaly Tomilov
187063fae1 Update README.md
Added reference to vitaly-t/pg-promise in chapter Extras.
2015-03-10 15:02:07 +00:00
brianc
7568f84553 Patch failing test until I have time to investigate 2015-03-01 19:22:18 -05:00
brianc
65e12e8f9e Bump version 2015-02-22 16:55:38 -04:00
brianc
8c5ddf5dc8 Update news 2015-02-22 16:55:30 -04:00
Brian C
8da24ccd82 Merge pull request #735 from brianc/relax-pg-types-version
Relax semver requirement of pg-types
2015-02-22 16:54:01 -04:00
brianc
393d83d8f7 Relax semver requirement of pg-types 2015-02-22 16:35:48 -04:00
Brian C
f8d5db9edf Merge pull request #734 from MayhemYDG/patch
Fix result.rowCount being a string instead of a number via native bindings.
2015-02-22 16:33:29 -04:00
Brian C
7613d9cd50 Merge pull request #719 from marekventur/master
Add test for using intervals as parameter in prepared statements
2015-02-22 16:32:54 -04:00
Mayhem
e5d2f96099 Use strictEqual instead 2015-02-22 21:30:22 +01:00
Mayhem
37956e22c5 Fix result.rowCount being a string instead of a number via native bindings.
Fixes #708
2015-02-21 17:32:39 +01:00
Brian C
8c10612668 Merge pull request #729 from wallymathieu/patch-1
In order for the command line execution to finish
2015-02-21 09:00:25 -04:00
Oskar Gewalli
6180bebd9d In order for the command line execution to finish 2015-02-15 11:03:24 +01:00
Marek
4e37b1f053 Add test to make sure interval objects returned can be passed back into a prepared statement 2015-01-27 17:27:09 +00:00
Brian M. Carlson
44eaaf68a4 Bump version 2015-01-13 18:14:15 -05:00
Brian M. Carlson
007bf6bf02 Update news 2015-01-13 18:14:08 -05:00
Brian M. Carlson
e2aa07c06c Remove error code test on native 2015-01-13 18:13:20 -05:00
Brian C
ba84f30b31 Merge pull request #712 from rpedela/master
#701 Expose error fields added in PG 9.3.
2015-01-13 16:20:33 -05:00
rpedela
619783b916 #701 Add tests for new error fields in 9.3+. 2015-01-12 12:23:17 -07:00
rpedela
f4579b7a9c #701 Expose error fields added in PG 9.3. 2015-01-10 15:02:18 -07:00
Brian C
fbcf627d7d Merge pull request #704 from eiriksm/patch-1
Use svg version of travis build status badge
2015-01-02 12:19:42 -05:00
Brian C
645557be29 Merge pull request #706 from markstos/patch-1
fix typo in "squel" name.
2015-01-02 12:14:03 -05:00
Mark Stosberg
3d1ba3df21 fix typo in "squel" name. 2014-12-26 10:51:38 -05:00
eiriksm
c9f2e29c1e Use svg version of travis build status badge 2014-12-20 15:46:09 +01:00
Brian M. Carlson
243a01ff4f Add pg-copy-streams as dev dependency 2014-12-13 13:32:58 -05:00
Brian M. Carlson
a87d9a1fed Bump version 2014-12-13 12:29:51 -05:00
Brian C
f1872d9c85 Merge pull request #690 from brianc/remove-nan
Remove NAN as dependency
2014-12-13 12:26:38 -05:00
Brian M. Carlson
4a2b3d4a92 Merge branch 'kesavkolla-master' 2014-12-13 12:25:18 -05:00
Brian M. Carlson
1094040344 Fix test 2014-12-13 12:25:07 -05:00
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 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 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