@mrnafisia/type-query
Advanced tools
Comparing version 2.0.15 to 2.0.16
@@ -119,3 +119,8 @@ "use strict"; | ||
(column.max === undefined || | ||
_v.comparedTo(column.max) <= 0)) { | ||
_v.comparedTo(column.max) <= 0) && | ||
_v.decimalPlaces() <= | ||
column.scale && | ||
_v.precision() - _v.decimalPlaces() <= | ||
column | ||
.precision) { | ||
return _v; | ||
@@ -122,0 +127,0 @@ } |
{ | ||
"name": "@mrnafisia/type-query", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"description": "mini-orm with full type support for postgres.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
285141
2525