Brian C
|
8ce808d0da
|
Merge pull request #281 from adunstan/unix-domain-socket
Fix Unix domain socket setting. closes #277
|
2013-02-23 14:46:27 -08:00 |
|
Andrew Dunstan
|
ed015f9b58
|
Fix Unix domain socket setting.
This code was misconceived in that the host parameter for a Unix
domain socket connection must point to the directory containing
the socket, and not to the socket itself. Libpq will look for
the socket based on the host and port settings. See
<http://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PARAMKEYWORDS>
|
2013-02-23 11:11:44 -05:00 |
|
bmc
|
69b417171b
|
version bump
|
2013-02-22 11:48:44 -06:00 |
|
Brian C
|
c6d5f43473
|
Merge pull request #278 from adunstan/master
Allow passing a JS array instead of an array literal where SQL expects an array
|
2013-02-22 09:33:17 -08:00 |
|
Andrew Dunstan
|
c5b88dbff2
|
make indentation and blocking style consistent.
|
2013-02-22 09:37:29 -05:00 |
|
bmc
|
bc71000334
|
version bump
|
2013-02-21 20:45:15 -06:00 |
|
Brian C
|
0f41e65619
|
Merge pull request #274 from brianc/pool
Connection Pool refactor
|
2013-02-21 18:34:23 -08:00 |
|
Andrew Dunstan
|
a3af2a21cf
|
a visit from the jshint police
|
2013-02-21 17:45:46 -05:00 |
|
Andrew Dunstan
|
44b15422a0
|
allow passing JS array as a parameter instead of an array literal where SQL expects an array
|
2013-02-21 17:32:47 -05:00 |
|
bmc
|
5c95886749
|
clear deprecation warning on client error - fix test race
|
2013-02-21 14:49:26 -06:00 |
|
bmc
|
cc84799c7a
|
integrate new pool into existing codebase
|
2013-02-20 16:08:48 -06:00 |
|
bmc
|
bb448fe61a
|
finish out the first rev of the improved pool api
|
2013-02-19 19:34:28 -06:00 |
|
bmc
|
971eb5d1ef
|
initial work on new pool
|
2013-02-15 16:13:28 -06:00 |
|
bmc
|
d046ffc921
|
version bump
|
2013-01-29 20:22:17 -06:00 |
|
Arkady Emelyanov
|
4c254e8edf
|
force utf-8 encoding on connect
|
2013-01-29 20:19:38 -06:00 |
|
bmc
|
2e66497511
|
version bump
|
2013-01-29 20:14:37 -06:00 |
|
bmc
|
6f73583112
|
add another test for weird connection strings
|
2013-01-29 20:06:50 -06:00 |
|
Francois Payette
|
77daa06df9
|
use encodeURI instead of string replace
|
2013-01-29 19:54:25 -06:00 |
|
bmc
|
8d103cf893
|
version bump
|
2013-01-24 20:51:48 -06:00 |
|
bmc
|
77b81530f8
|
make jslint first thing to run during tests
|
2013-01-24 20:51:26 -06:00 |
|
Brian C
|
2f75b2f6a9
|
Merge pull request #256 from booo/jshint
Introduce Jshint
|
2013-01-24 18:49:05 -08:00 |
|
Brian C
|
0f925f6f8d
|
Merge pull request #259 from francoisp/master
here's the change and the test
|
2013-01-24 18:43:36 -08:00 |
|
Francois Payette
|
7d773508fc
|
replace space by %20 in connection string before passing to url.parse
|
2013-01-24 20:05:55 -05:00 |
|
Philipp Borgers
|
22764e045c
|
fix jshint errors in lib/connection-parameters.js
|
2013-01-24 22:07:53 +01:00 |
|
Philipp Borgers
|
61139817b4
|
remove line length option from .jshintrc
|
2013-01-24 22:05:35 +01:00 |
|
Philipp Borgers
|
6bc512a71f
|
fix jshint error in lib/index.js
|
2013-01-24 22:05:35 +01:00 |
|
Philipp Borgers
|
6527899526
|
rename reserved word char to c
|
2013-01-24 22:05:35 +01:00 |
|
Philipp Borgers
|
cf6da99fca
|
rename reserved word char to c
|
2013-01-24 22:05:35 +01:00 |
|
Philipp Borgers
|
5e3cfe5d47
|
fix jshint errors in lib/binaryParsers.js
|
2013-01-24 22:05:35 +01:00 |
|
Philipp Borgers
|
8e7e2f7a62
|
remove trailing whitespaces in lib/connection-parameters.js
|
2013-01-24 22:05:35 +01:00 |
|
Philipp Borgers
|
a7e9072ab8
|
fix jshint errors in lib/client.js
|
2013-01-24 22:05:35 +01:00 |
|
Philipp Borgers
|
051fa5558f
|
remove trailing whitespaces in lib/query.js
|
2013-01-24 22:05:34 +01:00 |
|
Philipp Borgers
|
ace259fd0c
|
remove trailing whitespaces in lib/copystream.js
|
2013-01-24 22:05:34 +01:00 |
|
Philipp Borgers
|
d8255c6f85
|
fix jshint errors in lib/connection.js
|
2013-01-24 22:05:34 +01:00 |
|
Philipp Borgers
|
5df417e589
|
fix jshint errors in lib/textParsers.js
|
2013-01-24 22:05:34 +01:00 |
|
Philipp Borgers
|
bed3de9490
|
fix jshint erros
|
2013-01-24 22:03:03 +01:00 |
|
Philipp Borgers
|
0c3e1cba83
|
fix jshint errors in lib/native/query.js
|
2013-01-24 22:03:03 +01:00 |
|
Philipp Borgers
|
3b1a5beba8
|
remove trailing whitespaces in lib/index.js
|
2013-01-24 22:03:02 +01:00 |
|
Philipp Borgers
|
4272f21685
|
remove trailing whitespace in lib/defaults.js
|
2013-01-24 22:03:02 +01:00 |
|
Philipp Borgers
|
02f09041ac
|
use latest jshint version
We should revert this once there is a npm package for jshint 1.0.0.
|
2013-01-24 22:03:02 +01:00 |
|
Philipp Borgers
|
43c08bd516
|
add initial .jshintrc file
|
2013-01-24 22:03:02 +01:00 |
|
Philipp Borgers
|
f2bf3865dc
|
add jshint to the documentation; reference the testing wiki page
|
2013-01-24 22:03:02 +01:00 |
|
Philipp Borgers
|
3ba179a4d1
|
fix jshint errors for lib/defaults.js
|
2013-01-24 22:03:02 +01:00 |
|
Philipp Borgers
|
fe09e96ae9
|
fix jshint errors for lib/types.js
|
2013-01-24 22:03:02 +01:00 |
|
Philipp Borgers
|
ffe2c15a65
|
fix jshint errors for lib/index.js
|
2013-01-24 22:03:02 +01:00 |
|
Philipp Borgers
|
22d8538879
|
fix jshint errors for lib/utils.js
|
2013-01-24 22:03:02 +01:00 |
|
Philipp Borgers
|
a78effef2e
|
fix jshint errors for lib/binaryParsers.js
|
2013-01-24 22:01:52 +01:00 |
|
Philipp Borgers
|
4e5e75dbee
|
fix jshint errors for lib/client.js
|
2013-01-24 22:01:52 +01:00 |
|
Philipp Borgers
|
28afce25ed
|
fix jshint errors for lib/result.js
|
2013-01-24 21:59:28 +01:00 |
|
Philipp Borgers
|
5e92546a30
|
fix jshint errors for lib/connection-parameters.js
|
2013-01-24 21:59:28 +01:00 |
|