Comparing version 2.16.10 to 2.16.12
@@ -199,8 +199,4 @@ /* UNIQORM | ||
field.scale = row.data_scale; | ||
if (row.default_value) { | ||
if (row.default_value.match(/^[\w]+\(.*/i)) // Ignore functions | ||
field.required = false; | ||
else | ||
field.defaultValue = row.default_value; | ||
} | ||
if (row.default_value) | ||
field.required = false; | ||
@@ -207,0 +203,0 @@ if (row.column_comments) |
{ | ||
"name": "uniqorm", | ||
"description": "Multi dialect and multi schema ORM framework for enterprise level NodeJS applications", | ||
"version": "2.16.10", | ||
"version": "2.16.12", | ||
"author": "Panates Ltd.", | ||
@@ -36,10 +36,10 @@ "contributors": [ | ||
"eslint": "^5.16.0", | ||
"eslint-config-google": "^0.12.0", | ||
"eslint-config-google": "^0.13.0", | ||
"fecha": "^3.0.3", | ||
"glob": "^7.1.4", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.0", | ||
"nyc": "^14.1.1", | ||
"rejected-or-not": "^1.0.1", | ||
"sqb": "^3.8.2", | ||
"sqb-connect-pg": "^3.1.7" | ||
"sqb": "^3.8.6", | ||
"sqb-connect-pg": "^3.1.8" | ||
}, | ||
@@ -46,0 +46,0 @@ "peerDependencies": { |
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
100631
3299