WIP: refactor of ConnectionTest
This commit is contained in:
@@ -228,7 +228,7 @@ class Connection(
|
||||
logger?.info(
|
||||
"""
|
||||
|Query Error:
|
||||
|${sql},
|
||||
|$sql,
|
||||
|Arguments (${values.length}):
|
||||
|${values.joinToString(", ").ifBlank { "No arguments" }.prependIndent()}
|
||||
""".trimMargin().prependIndent(" > "),
|
||||
|
||||
Reference in New Issue
Block a user