mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
create script callable from react
This commit is contained in:
@@ -8,8 +8,8 @@ class SqlDumper {
|
||||
putRaw(text) {
|
||||
this.s += text;
|
||||
}
|
||||
putCmd(text) {
|
||||
this.putRaw(text);
|
||||
putCmd(format, ...args) {
|
||||
this.put(format, ...args);
|
||||
this.putRaw(';\n');
|
||||
}
|
||||
putFormattedValue(c, value) {
|
||||
|
||||
Reference in New Issue
Block a user