mirror of
https://github.com/corda/corda.git
synced 2025-06-19 15:43:52 +00:00
Resolved merge conflicts.
This commit is contained in:
@ -123,6 +123,7 @@ class CordaPersistence(
|
||||
fun createSession(): Connection {
|
||||
// We need to set the database for the current [Thread] or [Fiber] here as some tests share threads across databases.
|
||||
_contextDatabase.set(this)
|
||||
currentDBSession().flush()
|
||||
return contextTransaction.connection
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user