Commit Graph

1237 Commits

Author SHA1 Message Date
Brian C
bc222a8229 Merge pull request #457 from brianc/query-stream
Clean up internals
2013-10-21 12:07:35 -07:00
Brian M. Carlson
894c60e605 Accept anything with function 'submit' as a query
This allows for passing in custom objects which conform to the query API
2013-10-21 13:29:17 -05:00
Brian M. Carlson
a72bd5cb3c Semi-colons 2013-10-21 09:39:49 -05:00
Brian M. Carlson
fc397ee7f5 Clean up client->query event delegation 2013-10-21 09:20:21 -05:00
brianc
c612a39301 Bump version 2013-10-18 12:19:11 -05:00
brianc
c1ea734ed0 Update news 2013-10-18 12:19:01 -05:00
Brian C
786f5e6b9c Merge pull request #456 from albert-lacki/master
Parse arrays: json[], uuid[]
2013-10-18 10:17:56 -07:00
Albert Łącki
96018dbfae FIXED for jshint 2013-10-17 03:06:31 +02:00
Albert Łącki
67a47b9025 Parse arrays: json[], uuid[] 2013-10-16 07:03:43 +02:00
Brian Carlson
a3c08d19c0 Bump version 2013-10-02 22:43:54 -05:00
Brian Carlson
f7bb943bd4 Update news 2013-10-02 22:43:46 -05:00
Brian Carlson
c6a235fb5d Fix race condition in test 2013-10-02 22:39:31 -05:00
Brian C
aea984f7bc Merge pull request #447 from eugeneware/buffer-params
Bind Buffer Variables as binary values (with Native implementation also)
2013-10-02 20:32:03 -07:00
Eugene Ware
badb33af84 Fixes for node 0.8. 2013-10-03 12:47:19 +10:00
Brian C
4fcfc66a45 Merge pull request #423 from rpedela/master
Add support for single row mode
2013-09-30 09:31:07 -07:00
Eugene Ware
99f76ca7d2 update error message to reference buffers 2013-09-20 00:57:40 +10:00
Eugene Ware
cd29f806f1 Encode buffers as bytea hex strings 2013-09-20 00:49:38 +10:00
Eugene Ware
4662d41972 bind Buffer variables as binary values 2013-09-19 01:50:42 +10:00
39e048330c Merge pull request #439 from robraux/patch-1
Update README to include new production use
2013-09-11 14:19:42 -07:00
Rob
e8f9a0e342 Update README to include new production use 2013-09-11 12:06:44 -04:00
brianc
59f9c281b7 Bump version 2013-09-11 10:46:23 -05:00
Brian C
944f09be61 Merge pull request #438 from robraux/global-leak-fixes
fix global variable leaks for ROW_DESCRIPTION, FORMAT_TEXT, FORMAT_BINARY, DATA_ROW
2013-09-11 08:45:26 -07:00
Rob Raux
bf419d2659 fix global variable leaks 2013-09-11 14:36:29 +00:00
Brian Carlson
e346533d15 Bump version 2013-09-09 11:50:33 -05:00
Brian Carlson
1674359b57 Respect SSL setting from connection parameters 2013-09-09 11:50:20 -05:00
brianc
b26a4303a8 Bump version 2013-09-05 17:04:52 -05:00
brianc
9260abc2ef Update news 2013-09-05 17:04:45 -05:00
Brian C
698fe69139 Merge pull request #436 from brianc/ssl-mode-env
Respect PGSSLMODE for setting SSL connection
2013-09-05 15:03:55 -07:00
brianc
bfdea752b2 Respect PGSSLMODE for setting SSL connection 2013-09-05 16:51:16 -05:00
Brian C
e8f7f38e18 Merge pull request #435 from shine-on/master
improve SHELL portability
2013-09-05 09:11:25 -07:00
shine-on
d9c1936fc4 improve SHELL portability
bash isn't a standard shell outside a Linux world, but sh is (per POSIX, see link below). should be no-op due to no bashisms in the script.

http://pubs.opengroup.org/onlinepubs/009695399/utilities/sh.html
2013-09-05 13:12:04 +03:00
rpedela
b0a4c65567 Surround PGRES_SINGLE_TUPLE with an #ifdef for single row mode support. 2013-09-04 11:50:52 -06:00
rpedela
fe47a0137b Merge branch 'master' of https://github.com/rpedela/node-postgres 2013-09-04 11:46:34 -06:00
rpedela
cd4565ba1f #181 #366 Add support for single row mode in Postgres 9.2+. This will enable single row mode only when the user wants to stream rows. 2013-09-04 11:46:07 -06:00
rpedela
4d6482b1d5 Ignore gedit backup files. 2013-09-04 11:46:07 -06:00
Brian Carlson
efad508d0c Bump version 2013-09-01 22:09:03 -05:00
Brian C
c13f34aad9 Merge pull request #432 from brianc/pull/425
Fix for early dates
2013-09-01 20:08:30 -07:00
Brian Carlson
a2d0ab286a Do not run tests for binary mode 2013-09-01 22:03:49 -05:00
Brian Carlson
fb499e4b3d Fix incorrect failing date test 2013-09-01 21:59:33 -05:00
William Becker
3c6b106b86 fix trailing whitespace breaking jshint 2013-09-01 21:59:09 -05:00
William Becker
b7f8429ff7 handle early dates (< 100AD) 2013-09-01 21:59:09 -05:00
Brian Carlson
5c233896f1 Add failing early date tests 2013-09-01 21:59:01 -05:00
Brian Carlson
b38d60dc26 Compile bindings before any integration tests 2013-09-01 21:44:02 -05:00
Brian C
a4caea51be Merge pull request #430 from shine-on/master
Drop table if exists
2013-09-01 19:22:06 -07:00
shine-on
82843153a5 down is used but isn't set
https://github.com/brianc/node-postgres/blob/master/script/create-test-tables.js#L41
2013-08-31 12:23:17 +03:00
shine-on
7b703ccfed Merge pull request #1 from brianc/master
merge
2013-08-31 02:17:27 -07:00
shine-on
29029298fe Drop table if exists 2013-08-31 11:20:33 +03:00
Brian Carlson
5eb8ba2a73 Bump version 2013-08-29 00:20:21 -05:00
Brian Carlson
46d49cf198 Update news 2013-08-29 00:20:14 -05:00
Brian C
dcd90673ac Merge pull request #427 from brianc/parse-big-int
Add ability to opt-in to int8 parsing
2013-08-28 22:17:15 -07:00