WIP: refactor of ConnectionTest

This commit is contained in:
2023-04-07 02:24:02 +02:00
parent c268efb44f
commit 9fc6a23ac1
5 changed files with 163 additions and 95 deletions

View File

@@ -228,7 +228,7 @@ class Connection(
logger?.info(
"""
|Query Error:
|${sql},
|$sql,
|Arguments (${values.length}):
|${values.joinToString(", ").ifBlank { "No arguments" }.prependIndent()}
""".trimMargin().prependIndent(" > "),