mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 18:26:00 +00:00
using GO separator for MS SQL db sync
This commit is contained in:
@@ -32,8 +32,8 @@ export const driverBase = {
|
||||
const analyser = new this.analyserClass(pool, this, version);
|
||||
return analyser.incrementalAnalysis(structure);
|
||||
},
|
||||
createDumper() {
|
||||
return new this.dumperClass(this);
|
||||
createDumper(options = null) {
|
||||
return new this.dumperClass(this, options);
|
||||
},
|
||||
async script(pool, sql) {
|
||||
for (const sqlItem of splitQuery(sql, this.getQuerySplitterOptions('script'))) {
|
||||
|
||||
Reference in New Issue
Block a user