Comparing version 0.5.4 to 0.5.5
@@ -0,1 +1,5 @@ | ||
0.5.5 / 2013-08-13 | ||
================== | ||
* Fix object-style pg connection info | ||
0.5.4 / 2013-08-06 | ||
@@ -2,0 +6,0 @@ ================== |
@@ -202,3 +202,3 @@ var PLX, slice$ = [].slice, replace$ = ''.replace, this$ = this, out$ = typeof exports != 'undefined' && exports || this; | ||
var pg, x$, conn, plx; | ||
if (db.indexOf('/') < 0) { | ||
if ('string' === typeof db && db.indexOf('/') < 0) { | ||
db = "tcp://localhost/" + db; | ||
@@ -205,0 +205,0 @@ } |
@@ -10,3 +10,3 @@ { | ||
"description": "Use JavaScript expressions and modules in PostgreSQL plv8", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"keywords": [ | ||
@@ -13,0 +13,0 @@ "postgres", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81519