WIP: Compiled SQL function #33

Draft
flecomte wants to merge 37 commits from compiled_sql_function into master
Showing only changes of commit 67fae02cb3 - Show all commits

View File

@@ -135,7 +135,7 @@ class FunctionTest : FreeSpec({
}
}
"parameters with `character varying(255)`" - {
"Parameters with type `character varying(255)`" - {
val param = parseFunction(
// language=PostgreSQL
"""
@@ -162,7 +162,7 @@ class FunctionTest : FreeSpec({
}
}
"parameters with `numeric(16, 8)`" - {
"Parameters with type `numeric(16, 8)`" - {
val param = parseFunction(
// language=PostgreSQL
"""
@@ -192,7 +192,7 @@ class FunctionTest : FreeSpec({
}
}
"parameters with default text" - {
"Parameters with default text" - {
val param = parseFunction(
// language=PostgreSQL
"""