rename the absurd-sql-specific items for clarity
This commit is contained in:
@@ -543,9 +543,9 @@ export default class Help extends Vue {
|
||||
} else {
|
||||
this.sqlResult = await platformService.dbExec(this.sqlQuery);
|
||||
}
|
||||
logger.log("SQL Result:", this.sqlResult);
|
||||
logger.log("Test SQL Result:", this.sqlResult);
|
||||
} catch (error) {
|
||||
logger.error("SQL Error:", error);
|
||||
logger.error("Test SQL Error:", error);
|
||||
this.$notify(
|
||||
{
|
||||
group: "alert",
|
||||
|
||||
Reference in New Issue
Block a user