mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
Merge branch 'master' into next61
# Conflicts: # package-lock.json # src/routes/api/recent_changes.js
This commit is contained in:
@@ -32,7 +32,7 @@ function execute(req) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (query.toLowerCase().startsWith('select')) {
|
||||
if (query.toLowerCase().startsWith('select') || query.toLowerCase().startsWith('with')) {
|
||||
results.push(sql.getRows(query));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user