crudely-typed
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -342,3 +342,2 @@ "use strict"; | ||
query = updateQueryWithIsNull(query, whereVals, whereNames); | ||
console.log(query); | ||
const result = await db.query(query, vals); | ||
@@ -345,0 +344,0 @@ if (this.isSingular) { |
{ | ||
"name": "crudely-typed", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Simple \"everyday CRUD\" Postgres queries with perfect TypeScript types", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
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
55306
483