Comparing version 0.6.3 to 0.6.4
@@ -0,1 +1,4 @@ | ||
0.6.4 / 2014-01-05 | ||
* Fix plv8x not bootstrapped when client flag is specified | ||
0.6.3 / 2013-12-18 | ||
@@ -2,0 +5,0 @@ * Allow options in plv8x.new: |
@@ -217,3 +217,5 @@ var PLX, slice$ = [].slice, replace$ = ''.replace, this$ = this, out$ = typeof exports != 'undefined' && exports || this; | ||
if (config.client) { | ||
return typeof cb === 'function' ? cb(plx) : void 8; | ||
return plx.query('select plv8x.boot()', function(){ | ||
return typeof cb === 'function' ? cb(plx) : void 8; | ||
}); | ||
} | ||
@@ -220,0 +222,0 @@ return plx.bootstrap(function(){ |
@@ -10,3 +10,3 @@ { | ||
"description": "Use JavaScript expressions and modules in PostgreSQL plv8", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"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
84700
1217