brianc
1ace25a1a6
Bump buffer-writer minor version for better large insert performance
2016-02-15 11:46:46 -05:00
Frederick Stark
b78a508420
Add function stub to native result to solve broken test
2016-02-12 13:38:38 +11:00
Frederick Stark
ac438e8952
Add integration test for Result.addRow
2016-02-12 13:37:49 +11:00
Jens Kristian Geyti
02c47f5071
Support querying tables with column names with multiple apostrophes (issue #934 ). Includes integration test.
2016-02-10 20:52:43 +00:00
Brian C
99a0dce688
Merge pull request #927 from jadbox/master
...
pg-rxjs mention added
2016-01-27 13:22:49 -06:00
Jonathan
efdcf75cb7
pg-rxjs mention added
2016-01-27 10:27:02 -08:00
brianc
10a0e48425
Bump version
v4.4.4
2016-01-27 11:40:49 -06:00
Brian C
a49181a883
Merge pull request #926 from bradyholt/patch-1
...
Adding MassiveJS to Extras section of README
2016-01-27 11:07:19 -06:00
Brady Holt
cde7b3df36
Adding MassiveJS to Extras section of README
2016-01-27 11:06:01 -06:00
Brian C
e6649f2650
Merge pull request #925 from mnahkies/fix-prepare-value-map-to-postgres
...
Fix prepare value map to postgres
2016-01-27 11:02:13 -06:00
Brian C
8807936de9
Merge pull request #921 from sibedge/patch-2
...
Update README.md
2016-01-27 11:01:25 -06:00
Michael Nahkies
3a9f5c3500
wrap entry point to prepareValue to only accept 1 arg
2016-01-27 18:08:46 +13:00
Michael Nahkies
fa16966f91
add failing test that shows the issue
2016-01-27 18:06:22 +13:00
sibedge
fde38d7e35
Update README.md
...
Adding [pg-minify](https://github.com/vitaly-t/pg-minify ) to the list of Extras.
2016-01-20 01:10:31 +00:00
Moti Zilberman
cdf06edd14
Copy all but special-cased params from URL query string to config
2015-12-30 15:16:38 +02:00
Brian C
5a2d01ccd0
Merge pull request #907 from recursivefunk/change-pg-gen-username
...
doc update change username from jray to recursivefunk
2015-12-29 15:17:21 -06:00
Johnny Ray Austin
c266cad808
doc update change username from jray to recursivefunk
2015-12-29 10:01:55 -05:00
Brian C
76ed97d649
Merge pull request #901 from tomhughes/connection
...
Use connection configuration consistently in tests
2015-12-09 23:31:10 -06:00
Tom Hughes
771111eb73
Use connection configuration consistently in tests
2015-12-04 15:41:11 +00:00
Brian C
1cf2170301
Merge pull request #899 from jray/pg-gen-readme-update
...
readme entry for pg-gen
2015-12-02 00:49:36 -06:00
Johnny Ray Austin
17e3534aa5
readme entry for pg-gen
2015-12-01 08:43:19 -05:00
Brian C
913c9d3366
Merge pull request #888 from sibedge/patch-1
...
Error message misspelling.
2015-11-30 23:08:39 -06:00
sibedge
f703c18aca
Error message misspelling.
...
Fixing error message misspelling.
2015-11-14 16:33:25 +00:00
Brian C
802616b028
Update README.md
...
Remove outdated information about pg.js
2015-11-13 10:53:02 -06:00
Brian C
ee21036962
Merge pull request #873 from kevinburke/fix-typo
...
defaults.js: fix typo in comment
2015-11-13 10:45:14 -06:00
Brian C
aa72d9b16a
Merge pull request #17 from brianc/more-travis-versions
...
Add more versions of node to the travis matrix
2015-11-13 10:43:50 -06:00
brianc
df8acf0aaa
Bump version
2015-11-13 10:40:12 -06:00
brianc
9aca077f3e
Add more versions of node to the travis matrix
2015-11-13 10:39:28 -06:00
Brian C
ca21462f1b
Merge pull request #15 from slickmb/bug/close_race
...
Avoid race when stream closed while fetching
2015-11-13 10:38:18 -06:00
Brian C
edfe1aa9a3
Merge pull request #16 from brianc/conform-to-readable-stream-spec
...
Conform to readable stream spec
2015-11-13 10:38:09 -06:00
brianc
27bba8de04
Conform to readable stream spec
...
One of the tests was failing because it was testing that when a stream became readable it never returned a `null` datum on call to `stream.read()`.
In fact, when a readable stream drains it should & does return `null` for calls to `stream.read()` as described [here](https://nodejs.org/api/stream.html#stream_event_readable )
I updated the test to account for this, and they pass now.
2015-11-13 10:33:39 -06:00
matthew.blasius
d1ac31c105
Support a close callback when closing the stream
2015-11-05 16:54:12 -05:00
matthew.blasius
68819dffda
Avoid race when stream closed while fetching
2015-11-05 14:09:50 -05:00
brianc
5f50ddffef
Bump version
v4.4.3
2015-10-15 14:22:43 -05:00
Brian C
6d18fe5e83
Merge pull request #875 from joostfarla/require
...
Require statements break Browserify compatibility
2015-10-15 14:22:04 -05:00
Blaine Bublitz
07a7143fc9
Merge pull request #6 from misaxi/master
...
Update README.md
2015-10-12 15:21:52 -07:00
Mike He
c612dfabd5
Update README.md
2015-10-13 09:19:26 +11:00
Joost Farla
f50f5ce7e8
Require statements break Browserify compatibility
2015-10-10 11:10:51 +02:00
Kevin Burke
fccaa1c598
defaults.js: fix typo in comment
2015-10-08 23:02:15 -07:00
Brian C
261a42a730
Merge pull request #872 from brianc/fix-travis
...
Add clang flags to travis environment
2015-10-07 11:32:01 -05:00
brianc
1020a7175f
Add clang flags to travis environment
...
Trying to fix the building on travis...
2015-10-07 11:11:53 -05:00
brianc
3f32f7d8a6
Remove code that does not work in node v4.x
2015-09-28 10:04:17 -05:00
Brian C
d5d221e711
Merge pull request #862 from jonathanong/patch-1
...
travis: fix node@4 compile errors
2015-09-28 10:03:33 -05:00
jongleberry
7a614ac311
travis: fix node@4 compile errors
2015-09-20 21:00:57 -07:00
brianc
35e5567f86
Bump version
v4.4.2
2015-09-20 08:41:05 -05:00
brianc
514008f4f3
Update version of node used in travis
2015-09-20 08:39:07 -05:00
Brian C
ff6eab7d36
Merge pull request #843 from oliversalzburg/fix/econnreset
...
Don't emit error events parsed out of data stream
2015-09-20 08:36:16 -05:00
Oliver Salzburg
e5a63ab58d
Don't emit error events parsed out of data stream
2015-08-24 17:24:52 +02:00
Brian C
715e5009dd
Merge pull request #761 from sehrope/travis-matrix
...
Add node/PG version matrix to Travis-CI config
2015-08-04 08:53:15 -05:00
Brian C
0102bad997
Merge pull request #825 from kevinburke/typo-fix
...
s/saftey/safety
2015-08-04 08:52:00 -05:00