db-migrate-pg
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -469,3 +469,3 @@ var util = require('util'); | ||
this.connection.query.apply(this.connection, [params[0], function(err, result){ | ||
prCB(err, result.rows); | ||
prCB(err, (result) ? result.rows : result); | ||
}]); | ||
@@ -472,0 +472,0 @@ |
{ | ||
"name": "db-migrate-pg", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A postgresql driver for db-migrate", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
18247