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

@@ -10,6 +10,7 @@ const dialect = {
rangeSelect: true,
offsetFetchRangeSyntax: true,
rowNumberOverPaging: true,
defaultSchemaName: 'dbo',
stringEscapeChar: "'",
fallbackDataType: 'nvarchar(max)',
explicitDropConstraint: false,