mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
feat: offsetFirstSkipRangeSyntax support
This commit is contained in:
@@ -11,6 +11,8 @@ const dialect = {
|
||||
anonymousPrimaryKey: false,
|
||||
enableConstraintsPerTable: true,
|
||||
stringAgg: true,
|
||||
offsetFirstSkipSyntax: true,
|
||||
|
||||
quoteIdentifier(s) {
|
||||
return `"${s}"`;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user