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
54
54
processAndThreadLock.ExitUpgradeableReadLock()
55
55
' create new connection record
56
56
connection = Databasic.Connection._createAndOpen(connectionIndex.Value)
57
+ processAndThreadConnections.Add(connectionIndex.Value, connection)
57
58
' D. write lock end - to change process and thread record under called index
58
59
processAndThreadLock.ExitWriteLock()
59
60
End If
@@ -92,6 +93,7 @@ Partial Public MustInherit Class Connection
92
93
processAndThreadLock.ExitUpgradeableReadLock()
93
94
' create new connection record
94
95
connection = Databasic.Connection._createAndOpen(connectionIndex.Value)
96
+ processAndThreadConnections.Add(connectionIndex.Value, connection)
95
97
' D. write lock end - to change process and thread record under called index
96
98
processAndThreadLock.ExitWriteLock()
97
99
End If
You can’t perform that action at this time.
0 commit comments