Brian C
42bae0c55e
Merge pull request #353 from sevastos/bigint-bulletproofing
...
Handle bigint as string to prevent precision loss
2013-06-18 19:21:43 -07:00
Brian C
a39c0819b1
Merge pull request #376 from strk/master-verbosefailure
...
Be more verbose about failures of incorrect copy usage test
2013-06-18 07:01:24 -07:00
Sandro Santilli
50b42f7eca
Be more verbose about failures of incorrect copy usage test
2013-06-18 12:31:52 +02:00
bmc
f91120b95e
update news file
2013-06-06 19:34:37 -05:00
bmc
c63f748af5
Bump version
2013-06-06 19:33:56 -05:00
Brian C
d525528f4f
Merge pull request #370 from badave/master
...
Makes client_encoding configurable and optional
2013-06-06 17:31:39 -07:00
Dave
6fea79712c
Client encoding in defaults as well
2013-06-06 12:32:04 -07:00
Dave
6b4bc3945f
Uses val function instead
2013-06-06 12:24:12 -07:00
Dave
f658b31aed
Changing to client_encoding, adding test for creating a connection
2013-06-06 12:16:36 -07:00
Dave
d69070529c
Makes encoding an optional parameter
2013-06-06 12:06:52 -07:00
bmc
bbf945968e
Bump version
2013-06-04 21:19:58 -05:00
Brian C
4f8cce4adc
Merge pull request #209 from brianc/issues/209
...
Feature request: access field names and types even when NO rows are returned
2013-06-04 19:16:06 -07:00
Brian C
b6308715dd
Merge pull request #359 from CartoDB/master-produse
...
Add cartodb.com as production user
2013-06-03 11:24:51 -07:00
Brian Carlson
337d49dddb
Return field metadata on result object
...
Closes #209
Native implementation requires significant refactor and so I wont work on this
if/until there is an issue for it
2013-06-03 12:14:47 -05:00
Brian Carlson
7c12630d11
Bump version
2013-06-03 11:46:21 -05:00
Brian Carlson
43a8cd196f
Remove prepublish script. Closes #363
2013-06-03 11:42:49 -05:00
Brian C
9dd02829a0
Merge pull request #362 from CartoDB/master-news
...
Fix NEWS item about pg.connect callback.
2013-06-03 06:05:05 -07:00
Sandro Santilli
0a40afc601
Fix NEWS item about pg.connect callback. CLoses #358 .
2013-05-28 15:32:24 +02:00
Sandro Santilli
49200a77a6
Add cartodb.com as production user
2013-05-27 10:13:42 +02:00
sevastos
c2a93aafa5
Small improvements in parsers, additions to tests
2013-05-27 10:55:49 +03:00
sevastos
f827f56ed2
BigInt parsing bullet-proofing
2013-05-23 20:10:08 +03:00
bmc
30d97e3a31
Bump version
2013-05-23 10:24:57 -05:00
bmc
bb8a39b7b0
Bump generic-pool patch version
2013-05-23 10:24:43 -05:00
Brian C
b7f81f8af3
Merge pull request #356 from Hebo/pgbouncer_encoding_libpq_fix
...
Fix client_encoding setting to support pg_bouncer when using libpq (#270 )
2013-05-23 07:51:16 -07:00
Hebo
323a2f9f49
Fix client_encoding setting to support pg_bouncer when using libpq ( #270 )
2013-05-21 14:37:06 -07:00
bmc
aeda9dab50
Bump version
2013-05-20 17:22:00 -05:00
Brian C
1995601dda
Merge pull request #354 from andreypopp/native-fix-domain
...
Preserve an active domain on I/O in native bindings
2013-05-20 15:16:17 -07:00
Andrey Popp
4458e69285
call EventEmmiter constructor on native Connection
...
this allows to preserve an active domain on switches in libpq
2013-05-20 18:31:55 +04:00
Andrey Popp
fddf0546d0
test for native to preserve an active domain
2013-05-20 18:30:56 +04:00
bmc
3bfc8e9b68
Update documentation
...
Include minor version release notes
Remove note about deprecation
2013-04-22 10:53:25 -05:00
bmc
ebc7969931
Bump version
2013-04-22 10:49:07 -05:00
Brian C
1e888da0e1
Merge pull request #239 from brianc/json-support
...
add support for json data type
2013-04-22 08:48:34 -07:00
bmc
ddc2ae9bec
Run script to create test table on postgres 9.2
2013-04-22 10:38:47 -05:00
bmc
12e4a2b98d
Run the second pass of the tests on postgres 9.2
2013-04-22 10:35:26 -05:00
bmc
537e8e763e
Skip JSON tests on older versions of postgres
2013-04-22 10:26:43 -05:00
bmc
874c924f7a
Add test file
...
Forgot to add this to the last commit
2013-04-22 10:19:08 -05:00
bmc
10e6d85266
Add support for JSON data type
...
requires >= 9.2 of postgres
2013-04-22 10:18:17 -05:00
bmc
3997b38b44
Shell out for recursive make
2013-04-22 05:52:41 -05:00
bmc
94cc165b5e
Remove create DB portion of travis script
2013-04-22 05:48:33 -05:00
bmc
a8cfa18f09
Add tests for pg@9.2 on travis
2013-04-22 05:18:13 -05:00
bmc
b9f8011dab
Bump version
2013-04-22 04:58:03 -05:00
bmc
2ef1bbf8de
Parse minutes in timezone description
...
Minutes in timezones are separated with a colon from the hour.
This closes #309
2013-04-22 04:57:46 -05:00
bmc
bff8bc259c
Bump version
2013-04-22 04:18:12 -05:00
Brian C
8a2e864b30
Merge pull request #238 from cdauth/master
...
Store timezone-less dates in local time instead of UTC
2013-04-22 02:17:05 -07:00
Brian C
c8c4a6d03d
Merge pull request #334 from aleyush/check_pg_config
...
Check pg_config existance
2013-04-19 11:21:39 -07:00
aleyush
552a844565
Second try: this should work multiplatform.
2013-04-19 21:38:24 +04:00
aleyush
528c608a20
Check if pg_config exists on windows.
2013-04-19 21:07:41 +04:00
bmc
d51994c646
version bump
2013-04-19 09:26:37 -05:00
bmc
56a5903a02
Make throws in query error callback not break client
...
If you receive an error while running a query and in user's callback
they throw an exception it can disrupt the internal query queue
and prevent a client from ever cleaning up properly
2013-04-19 09:25:53 -05:00
bmc
9b1c4facc2
Make query callback exceptions not break client
...
If you throw an exception in a query callback the client will not pulse
its internal query queue and therefor will never process any
more queries or emit its own 'drain' event.
I don't find this to be an issue in production code since I restart
the process on exceptions, but it can break tests and cause things
to 'hang'. My crude benchmarks show no noticable impact in perf
from the try/catch/rethrow.
:q
2013-04-19 09:09:28 -05:00