diff --git a/src/main/kotlin/fr/postgresjson/connexion/Connection.kt b/src/main/kotlin/fr/postgresjson/connexion/Connection.kt index afb9e89..8a57b46 100644 --- a/src/main/kotlin/fr/postgresjson/connexion/Connection.kt +++ b/src/main/kotlin/fr/postgresjson/connexion/Connection.kt @@ -235,7 +235,7 @@ class Connection( return """(? firstName + > SELECT ?::text as "firstName", ?::text as "secondName"; + """.trimIndent(), + it.message + ) + } + } + @Test fun `call exec on function with pair as arguments`() { val resources = this::class.java.getResource("/sql/function/Test")?.toURI()