@spinajs/orm-sql
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -211,4 +211,4 @@ "use strict"; | ||
(where.expression ? ` WHERE ${where.expression}` : '') + | ||
limit.expression + | ||
sort.expression; | ||
sort.expression + | ||
limit.expression; | ||
const bindings = []; | ||
@@ -215,0 +215,0 @@ bindings.push(...join.bindings); |
{ | ||
"name": "@spinajs/orm-sql", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "SpinaJS orm basic sql language support. Use it as base for specific db drivers", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
69050