Comparing version 0.1.5-alpha.15 to 0.1.5-alpha.16
@@ -9,5 +9,7 @@ const ComparisonOperator = { | ||
in: 'IN', | ||
notin: 'NOT IN' | ||
notin: 'NOT IN', | ||
isnull: 'IS NULL', | ||
notnull: 'NOT NULL' | ||
} | ||
module.exports = { ComparisonOperator } |
@@ -132,2 +132,3 @@ const { FieldError } = require('../errors') | ||
} | ||
return this | ||
} | ||
@@ -134,0 +135,0 @@ |
{ | ||
"name": "djorm", | ||
"version": "0.1.5-alpha.15", | ||
"version": "0.1.5-alpha.16", | ||
"description": "Django like ORM framework", | ||
@@ -35,3 +35,3 @@ "author": "Pavel Žák <pavel@zak.global>", | ||
}, | ||
"gitHead": "78325224488b740c152c69e5f99d8952a29d7e1f" | ||
"gitHead": "ab57b5a8093139695d9cd8470d571ea3e7c961f3" | ||
} |
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
50113
1778