This commit is contained in:
SPRINX0\prochazka
2025-06-11 11:09:07 +02:00
parent 2ef7c63047
commit 34bdb72ffd
4 changed files with 12 additions and 5 deletions

View File

@@ -38,9 +38,10 @@ export class TableGridDisplay extends GridDisplay {
serverVersion,
public getDictionaryDescription: DictionaryDescriptionFunc = null,
isReadOnly = false,
public isRawMode = false
public isRawMode = false,
public currentSettings = null
) {
super(config, setConfig, cache, setCache, driver, dbinfo, serverVersion);
super(config, setConfig, cache, setCache, driver, dbinfo, serverVersion, currentSettings);
this.table = this.findTable(tableName);
if (!this.table) {