mirror of
https://github.com/corda/corda.git
synced 2025-06-17 06:38:21 +00:00
* Enforce Unicode settings for SQL server (#311) * Enforce correct unicode setting in the JDBC Url for SQL server * Avoid cast/null check * Fixed wrong string literal and added test to check the literal matches what Hikari expects * Optimise Imports * Constant for config tag and minor test improvement. * Constant and case insensitive check * Import and Capitalisation * Missed curly brace
This commit is contained in:
@ -65,6 +65,10 @@ class CordaPersistence(
|
||||
}
|
||||
}
|
||||
|
||||
object DataSourceConfigTag {
|
||||
const val DATA_SOURCE_URL = "dataSource.url"
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates an instance of [DatabaseTransaction], with the given transaction isolation level.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user