mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-02 06:43:59 +00:00
duckdb fixes
This commit is contained in:
@@ -658,6 +658,7 @@ const cassandraEngine = {
|
|||||||
const duckdbEngine = {
|
const duckdbEngine = {
|
||||||
label: 'DuckDB',
|
label: 'DuckDB',
|
||||||
generateDbFile: true,
|
generateDbFile: true,
|
||||||
|
defaultSchemaName: 'main',
|
||||||
connection: {
|
connection: {
|
||||||
engine: 'duckdb@dbgate-plugin-duckdb',
|
engine: 'duckdb@dbgate-plugin-duckdb',
|
||||||
},
|
},
|
||||||
@@ -671,6 +672,7 @@ const duckdbEngine = {
|
|||||||
skipAutoIncrement: true,
|
skipAutoIncrement: true,
|
||||||
skipDeploy: true,
|
skipDeploy: true,
|
||||||
supportRenameSqlObject: true,
|
supportRenameSqlObject: true,
|
||||||
|
skipIncrementalAnalysis: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
const enginesOnCi = [
|
const enginesOnCi = [
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ function getDatabaseFileLabel(databaseFile) {
|
|||||||
const dialect = {
|
const dialect = {
|
||||||
limitSelect: true,
|
limitSelect: true,
|
||||||
rangeSelect: true,
|
rangeSelect: true,
|
||||||
|
defaultSchemaName: 'main',
|
||||||
offsetFetchRangeSyntax: false,
|
offsetFetchRangeSyntax: false,
|
||||||
explicitDropConstraint: true,
|
explicitDropConstraint: true,
|
||||||
stringEscapeChar: "'",
|
stringEscapeChar: "'",
|
||||||
|
|||||||
Reference in New Issue
Block a user