Brian M. Carlson
|
876abe8730
|
Break type parsing into separate module
|
2014-03-15 15:36:27 -05:00 |
|
Brian C
|
e8e16f866f
|
Update README.md
Reorder example section to highlight the connection pooling as this is typically what web application developers should be using.
|
2014-03-14 09:57:37 -05:00 |
|
Brian C
|
8d44a39063
|
Merge pull request #536 from brianc/packet-reader
This moves the packet reading and chunking into a separate module
|
2014-03-14 08:37:12 -05:00 |
|
Brian M. Carlson
|
79f03948dd
|
Use packet reader
|
2014-03-14 06:59:19 -05:00 |
|
Brian M. Carlson
|
f63476b7b8
|
Adjust test to ensure DATE data-type is converted to local time
|
2014-03-14 06:37:00 -05:00 |
|
Brian M. Carlson
|
0a7da37ab7
|
Bump version
|
2014-02-26 09:38:25 -06:00 |
|
Brian M. Carlson
|
37de9c2ab0
|
Rebase code on top of pg-cursor
|
2014-02-26 09:38:16 -06:00 |
|
Brian M. Carlson
|
b1b39bbd4f
|
Bump version
|
2014-02-26 09:30:09 -06:00 |
|
Brian M. Carlson
|
f1dbe7884c
|
Normalize parameter values
|
2014-02-26 09:30:00 -06:00 |
|
Brian M. Carlson
|
122bcfb27b
|
Bump version
|
2014-02-26 07:16:00 -06:00 |
|
Brian M. Carlson
|
b66be5e934
|
Add test for stream close & satisfy stream contract
|
2014-02-26 07:15:01 -06:00 |
|
Brian M. Carlson
|
f8f2a92897
|
Remove Makefile
|
2014-02-26 07:11:16 -06:00 |
|
Brian M. Carlson
|
290906294d
|
Port tests to use mocha
|
2014-02-26 07:11:16 -06:00 |
|
Brian C
|
0ed940cbfc
|
Merge pull request #1 from grncdr/patch-1
Emit 'close' events when query completes
|
2014-02-26 07:11:07 -06:00 |
|
Brian M. Carlson
|
cc9f08a042
|
Bump version
|
2014-02-26 06:48:35 -06:00 |
|
Brian M. Carlson
|
4925172530
|
Fix require problem for pg module
Closes #3
|
2014-02-26 06:48:05 -06:00 |
|
Brian M. Carlson
|
a3074e9d54
|
Bump mocha version
|
2014-02-26 06:43:22 -06:00 |
|
Brian M. Carlson
|
87c3cf5e5e
|
Bump version
|
2014-02-26 06:42:36 -06:00 |
|
Brian C
|
2716f95257
|
Merge pull request #514 from benighted/parse-date-as-local
Parse date type as local time
|
2014-02-26 06:16:12 -06:00 |
|
Brian C
|
ff8fb616f6
|
Merge pull request #501 from lalitkapoor/GH-452
improve support for int arrays and float arrays
|
2014-02-26 06:15:35 -06:00 |
|
Brian C
|
be37756607
|
Merge pull request #395 from aaronyo/master
Unable to reconnect after calling pg.end()
|
2014-02-26 06:12:57 -06:00 |
|
Brian M. Carlson
|
bf0c4bfaa9
|
Merge branch 'pull/326'
Conflicts:
lib/connection-parameters.js
test/unit/connection-parameters/creation-tests.js
|
2014-02-26 06:10:15 -06:00 |
|
Lalit Kapoor
|
421561d2e4
|
initial changelog
|
2014-02-20 13:04:28 -05:00 |
|
Brian C
|
3bd5e699ce
|
Merge pull request #521 from prust/patch-1
Add SQL-Bricks to list of SQL helpers
|
2014-02-13 16:13:22 -06:00 |
|
Peter Rust
|
c9af470e24
|
Added SQL-Bricks to list of SQL helpers
|
2014-02-13 13:19:27 -08:00 |
|
Brian C
|
0df516c549
|
Add cleanup to the example
closes #2
|
2014-01-30 23:07:03 -06:00 |
|
Michael Payne
|
b81a60a260
|
Parse date type as local time
|
2014-01-26 10:43:15 -05:00 |
|
Brian M. Carlson
|
51a28c2265
|
Bump version
v2.11.1
|
2014-01-22 08:43:16 -06:00 |
|
Brian C
|
62f6b2fbf9
|
Merge pull request #507 from brianc/issues/507
Unexpected identifier with pg versions > 2.3.1
|
2014-01-22 06:42:59 -08:00 |
|
Brian M. Carlson
|
5f592a1240
|
Fix exception caused by column names with single quotes
Also rename some test files so they match the Makefile regex. They will be included in the test suite from now on.
|
2014-01-22 08:38:29 -06:00 |
|
Lalit Kapoor
|
f1c0abab75
|
test array/float8
|
2014-01-08 01:00:03 -06:00 |
|
Lalit Kapoor
|
9bd88f8449
|
test array/float4
|
2014-01-08 00:14:42 -06:00 |
|
Lalit Kapoor
|
eee21dd088
|
test array/int8
|
2014-01-08 00:13:52 -06:00 |
|
Lalit Kapoor
|
6410a8aca2
|
test array/int4
|
2014-01-08 00:13:16 -06:00 |
|
Lalit Kapoor
|
0939490033
|
test array/int2
|
2014-01-08 00:12:31 -06:00 |
|
Lalit Kapoor
|
8f4644dc3d
|
parse values in float arrays as floats not strings
javascript numbers are 64-bit floating numbers
|
2014-01-08 00:09:34 -06:00 |
|
Lalit Kapoor
|
3cb35e0f46
|
big integer array support
|
2014-01-08 00:08:57 -06:00 |
|
Brian C
|
07a12c0948
|
Merge pull request #500 from lalitkapoor/patch-1
comment explaining how to get oid for a type
|
2014-01-07 10:55:00 -08:00 |
|
Lalit Kapoor
|
58b4d9cf9c
|
comment explaining how to get oid
|
2014-01-07 11:48:55 -06:00 |
|
Brian M. Carlson
|
8abf59a632
|
Bump version
v2.11.0
|
2014-01-06 08:11:29 -06:00 |
|
Brian M. Carlson
|
ba16118268
|
Update NEWS
|
2014-01-06 08:11:22 -06:00 |
|
Brian C
|
22d5adb335
|
Merge pull request #497 from hoegaarden/application_name
application_name
|
2014-01-06 06:09:50 -08:00 |
|
Hannes Hörl
|
4f00e5ab1a
|
typo
|
2014-01-05 18:29:30 +01:00 |
|
Hannes Hörl
|
caffda67f2
|
change test to work on travis
|
2014-01-05 18:26:42 +01:00 |
|
Hannes Hörl
|
7fd79a41c3
|
Add support for (fallback_)application_name
|
2014-01-05 18:08:58 +01:00 |
|
Brian C
|
ec08034221
|
Merge pull request #496 from benighted/patch-1
Added note about node-postgres-pure
|
2014-01-03 14:01:15 -08:00 |
|
Michael Payne
|
9c459ea6c5
|
Added note about node-postgres-pure
In response to Issue #495.
|
2014-01-03 16:38:49 -05:00 |
|
Brian C
|
9dd284084b
|
Merge pull request #491 from hoegaarden/extended_years
Extended years
|
2014-01-03 05:41:59 -08:00 |
|
Hannes Hörl
|
1d261962c0
|
merge with upstream
|
2013-12-28 00:37:41 +01:00 |
|
Brian M. Carlson
|
d59d2d2996
|
Bump version
v2.10.0
|
2013-12-27 16:22:33 -06:00 |
|