File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ Partial Public MustInherit Class Connection
5454 processAndThreadLock.ExitUpgradeableReadLock()
5555 ' create new connection record
5656 connection = Databasic.Connection._createAndOpen(connectionIndex.Value)
57+ processAndThreadConnections.Add(connectionIndex.Value, connection)
5758 ' D. write lock end - to change process and thread record under called index
5859 processAndThreadLock.ExitWriteLock()
5960 End If
@@ -92,6 +93,7 @@ Partial Public MustInherit Class Connection
9293 processAndThreadLock.ExitUpgradeableReadLock()
9394 ' create new connection record
9495 connection = Databasic.Connection._createAndOpen(connectionIndex.Value)
96+ processAndThreadConnections.Add(connectionIndex.Value, connection)
9597 ' D. write lock end - to change process and thread record under called index
9698 processAndThreadLock.ExitWriteLock()
9799 End If
You can’t perform that action at this time.
0 commit comments