express-cassandra
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -634,3 +634,3 @@ var util = require('util'), | ||
field_relation = {'$eq': field_relation}; | ||
else if(typeof field_relation == 'object' && (field_relation instanceof cql.types.Uuid || field_relation instanceof cql.types.TimeUuid)) | ||
else if(typeof field_relation == 'object' && (field_relation instanceof cql.types.Uuid || field_relation instanceof cql.types.TimeUuid || field_relation instanceof cql.types.Long)) | ||
field_relation = {'$eq': field_relation.toString()}; | ||
@@ -637,0 +637,0 @@ else if(typeof field_relation != 'object') |
{ | ||
"name": "express-cassandra", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "async": "^1.0.0", |
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
126521