ee-query-builder
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -42,3 +42,14 @@ !function(){ | ||
, like: function(command) { | ||
return ' LIKE '+this._escape(command.value); | ||
} | ||
, notLike: function(command) { | ||
return ' NOT LIKE '+this._escape(command.value); | ||
} | ||
, 'null': function(){ | ||
@@ -45,0 +56,0 @@ return ' is null'; |
{ | ||
"name" : "ee-query-builder" | ||
, "description" : "query builder for ee-orm" | ||
, "version" : "0.1.13" | ||
, "version" : "0.1.14" | ||
, "homepage" : "https://github.com/eventEmitter/ee-query-builder" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
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
18185
417