mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 15:16:01 +00:00
incremental data loading, flattened some sqltree types
This commit is contained in:
@@ -5,6 +5,8 @@ const MsSqlDumper = require("./MsSqlDumper");
|
||||
/** @type {import('@dbgate/types').SqlDialect} */
|
||||
const dialect = {
|
||||
limitSelect: true,
|
||||
rangeSelect: true,
|
||||
offsetFetchRangeSyntax: true,
|
||||
quoteIdentifier(s) {
|
||||
return `[${s}]`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user