Skip to content

Commit

Permalink
Merge pull request #195 from JetBrains/graph-store-close-database
Browse files Browse the repository at this point in the history
Close a database with a persistent store. Temp solution while we don'…
  • Loading branch information
andrii0lomakin authored Aug 29, 2024
2 parents 63a3039 + d2d7cbb commit ba9f617
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class ODatabaseProviderImpl(
}

override fun close() {
//TODO this should call some other method, also to remove pool from database internal hashmap
database.cachedPool(databaseName, userName, password, config).close()
database.close()
}
}

0 comments on commit ba9f617

Please sign in to comment.