Fixed recursive caching bug
This commit is contained in:
@@ -320,7 +320,7 @@ private class ImplementedMySQLHandler(
|
||||
transaction {
|
||||
table.insert { it[id] = uuid }
|
||||
}
|
||||
select(uuid)!!
|
||||
select(uuid)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user