djorm-db-sql
Advanced tools
Comparing version 0.1.9-alpha.2 to 0.1.9-alpha.3
{ | ||
"name": "djorm-db-sql", | ||
"version": "0.1.9-alpha.2", | ||
"version": "0.1.9-alpha.3", | ||
"description": "Common SQL formatter for djorm", | ||
@@ -26,5 +26,5 @@ "author": "Pavel Žák <pavel@zak.global>", | ||
"dependencies": { | ||
"djorm": "^0.1.9-alpha.1" | ||
"djorm": "^0.1.9-alpha.3" | ||
}, | ||
"gitHead": "9c2c68c554b9b4a67b6b8e0cb812c3c6bcd0bef4" | ||
"gitHead": "b47187ded50870791872cfd39e7543f565b61fdc" | ||
} |
@@ -106,3 +106,4 @@ const { QueryAllRecords } = require('djorm/db/QueryAllRecords') | ||
return `${join.side} JOIN ${this.formatIdentifier( | ||
join | ||
join, | ||
true | ||
)} ON (${this.formatQueryCondition(qs, join.props.conditions)})` | ||
@@ -109,0 +110,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
12694
399
Updateddjorm@^0.1.9-alpha.3