Skip to content

Commit 9b95e98

Browse files
committed
fix: set databaseType on DataChangeManager at creation time
1 parent b34d75a commit 9b95e98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TablePro/Core/Services/Infrastructure/SessionStateFactory.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ enum SessionStateFactory {
2525
) -> SessionState {
2626
let tabMgr = QueryTabManager()
2727
let changeMgr = DataChangeManager()
28+
changeMgr.databaseType = connection.type
2829
let filterMgr = FilterStateManager()
2930
let colVisMgr = ColumnVisibilityManager()
3031
let toolbarSt = ConnectionToolbarState(connection: connection)

0 commit comments

Comments
 (0)