Comparing version 0.2.15 to 0.2.16
@@ -39,3 +39,3 @@ /** | ||
SQLite3.prototype.query = function (sql, callback) { | ||
schema.client.run(sql, callback); | ||
this.queryAll(sql, callback); | ||
}; | ||
@@ -42,0 +42,0 @@ |
{ | ||
"name": "caminte", | ||
"description": "ORM for every database: redis, mysql, neo4j, mongodb, rethinkdb, postgres, sqlite, tingodb", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Aleksej Gordejev", |
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
699583