@saltcorn/db-common
Advanced tools
Comparing version 1.1.2-beta.7 to 1.1.2-beta.8
@@ -114,3 +114,3 @@ "use strict"; | ||
const subSelectWhere = (phs) => (k, v) => { | ||
const tenantPrefix = v.inSelect.tenant ? `"${v.inSelect.tenant}".` : ""; | ||
const tenantPrefix = !phs.is_sqlite && v.inSelect.tenant ? `"${v.inSelect.tenant}".` : ""; | ||
if (v.inSelect.through && v.inSelect.valField) { | ||
@@ -117,0 +117,0 @@ const whereObj = (0, exports.prefixFieldsInWhere)(v.inSelect.where, "ss2"); |
{ | ||
"name": "@saltcorn/db-common", | ||
"version": "1.1.2-beta.7", | ||
"version": "1.1.2-beta.8", | ||
"description": "Db common structures for Saltcorn, open-source no-code platform", | ||
@@ -5,0 +5,0 @@ "homepage": "https://saltcorn.com", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
116453