@spinajs/orm-sql
Advanced tools
Comparing version 1.2.50 to 1.2.57
@@ -528,3 +528,3 @@ "use strict"; | ||
_table() { | ||
return `CREATE TABLE ${this.tableAliasCompiler(this.builder)}`; | ||
return `CREATE TABLE ${this.builder.CheckExists ? 'IF NOT EXISTS ' : ''}${this.tableAliasCompiler(this.builder)}`; | ||
} | ||
@@ -531,0 +531,0 @@ }; |
{ | ||
"name": "@spinajs/orm-sql", | ||
"version": "1.2.50", | ||
"version": "1.2.57", | ||
"description": "framework orm sql language module", | ||
@@ -45,6 +45,6 @@ "main": "lib/index.js", | ||
"@spinajs/di": "^1.2.32", | ||
"@spinajs/orm": "^1.2.50", | ||
"@spinajs/orm": "^1.2.57", | ||
"typescript-mix": "^3.1.3" | ||
}, | ||
"gitHead": "b3b0f8f2e54312b752a57b3582c992aa06c74fca" | ||
"gitHead": "adc7cfe5190909c7613913fc62efacff5e65378a" | ||
} |
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
74856
Updated@spinajs/orm@^1.2.57