@saltcorn/sqlite-mobile
Advanced tools
@@ -78,3 +78,3 @@ "use strict"; | ||
const { where, values } = (0, internal_1.mkWhere)(whereObj, true); | ||
const sql = `SELECT * FROM "${(0, internal_1.sqlsanitize)(tbl)}" ${where} ${(0, internal_1.mkSelectOptions)(selectopts)}`; | ||
const sql = `SELECT * FROM "${(0, internal_1.sqlsanitize)(tbl)}" ${where} ${(0, internal_1.mkSelectOptions)(selectopts, values, true)}`; | ||
const tq = await (0, exports.query)(sql, values); | ||
@@ -81,0 +81,0 @@ return tq.rows; |
{ | ||
"name": "@saltcorn/sqlite-mobile", | ||
"version": "0.9.5-beta.4", | ||
"version": "0.9.5-beta.6", | ||
"description": "cordova-sqlite-storage structures for Saltcorn, open-source no-code platform", | ||
@@ -29,3 +29,3 @@ "homepage": "https://saltcorn.com", | ||
"dependencies": { | ||
"@saltcorn/db-common": "0.9.5-beta.4" | ||
"@saltcorn/db-common": "0.9.5-beta.6" | ||
}, | ||
@@ -32,0 +32,0 @@ "repository": "github:saltcorn/saltcorn", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19694
0.17%