Comparing version 0.11.5 to 0.11.6
@@ -203,3 +203,3 @@ !function(){ | ||
// check for valid types, like dates | ||
if (value && column.column.jsTypeMapping === 'date' && !type.date(value)) { | ||
if (value !== undefined && column.column.jsTypeMapping === 'date' && !type.date(value)) { | ||
if (type.string(value)) { | ||
@@ -206,0 +206,0 @@ if (value.length) return new Date(value); |
{ | ||
"name" : "ee-orm" | ||
, "description" : "ORM for postgres and mysql. Loads and saves referenced entites, executes complex queries, supports joins, transactions, complex database clusters, connection pooling and much more. No conventions. MIT Licence" | ||
, "version" : "0.11.5" | ||
, "version" : "0.11.6" | ||
, "homepage" : "https://github.com/eventEmitter/ee-orm" | ||
@@ -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
300593