mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
sql console tweaks
This commit is contained in:
@@ -23,6 +23,10 @@ async function execute(req) {
|
||||
const results = [];
|
||||
|
||||
for (const query of queries) {
|
||||
if (!query.trim()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
results.push(await sql.getRows(query));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user