downstairs
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -233,3 +233,3 @@ var Collection = {} | ||
if (Model.sql[key]) { | ||
if (typeof conditions[key] === 'null' || typeof conditions[key] === 'undefined' ) { | ||
if (typeof conditions[key] === 'undefined' || conditions[key] == null) { | ||
var clause = Model.sql[key].isNull(); | ||
@@ -236,0 +236,0 @@ clauses.push(clause); |
{ | ||
"name": "downstairs", | ||
"description": "A light ORM wrapped about brianc's node-sql and node-pg", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"homepage": "https://github.com/moneytribeaustralia/downstairs.js", | ||
@@ -6,0 +6,0 @@ "author": { |
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
106263