mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
sql console reports successful execution (useful when query doesn't produce any result set like in update/delete)
This commit is contained in:
@@ -28,6 +28,9 @@ const sqlConsole = (function() {
|
||||
showError(result.error);
|
||||
return;
|
||||
}
|
||||
else {
|
||||
showMessage("Query was executed successfully.");
|
||||
}
|
||||
|
||||
const rows = result.rows;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user