Fix SQL.Tools
Fix SQL.Tools
This commit is contained in:
parent
a309086ff1
commit
a8574c5d38
@ -1,5 +1,5 @@
|
|||||||
function get_from_key (db_data, conditions) {
|
function get_from_key (db_data, conditions) {
|
||||||
conditions = conditions.requestElements.requestElements.filter(i => i != {});
|
conditions = conditions.requestElements.filter(i => i != {});
|
||||||
if (conditions == [] || !conditions) return db_data;
|
if (conditions == [] || !conditions) return db_data;
|
||||||
let item = new Object();
|
let item = new Object();
|
||||||
let bool_conditions = new Array();
|
let bool_conditions = new Array();
|
||||||
@ -89,4 +89,4 @@ module.exports = {
|
|||||||
SQLEasy_error: SQLEasy_error,
|
SQLEasy_error: SQLEasy_error,
|
||||||
get_from_key: get_from_key,
|
get_from_key: get_from_key,
|
||||||
Database: db
|
Database: db
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user