non default schema name in tab title

This commit is contained in:
Jan Prochazka
2022-09-28 16:56:47 +02:00
parent b2204e1d77
commit 53b6b71a29
5 changed files with 16 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ const spatialTypes = ['GEOGRAPHY'];
const dialect = {
rangeSelect: true,
ilike: true,
defaultSchemaName: 'public',
// stringEscapeChar: '\\',
stringEscapeChar: "'",
fallbackDataType: 'varchar',