mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 00:16:00 +00:00
checking filter on change
This commit is contained in:
@@ -27,7 +27,7 @@ export function dumpSqlSelect(dmp: SqlDumper, select: Select) {
|
||||
dmp.put('^from ');
|
||||
dumpSqlFromDefinition(dmp, select.from);
|
||||
if (select.where) {
|
||||
dmp.put('&n^where');
|
||||
dmp.put('&n^where ');
|
||||
dumpSqlCondition(dmp, select.where);
|
||||
dmp.put('&n');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user