WIP: Compiled SQL function #33
@@ -50,7 +50,14 @@ class FunctionGenerator(private val functionsDirectories: List<URI>) {
|
|||||||
"character" -> "String"
|
"character" -> "String"
|
||||||
"char" -> "String"
|
"char" -> "String"
|
||||||
"int" -> "Int"
|
"int" -> "Int"
|
||||||
|
"smallint" -> "Int"
|
||||||
|
"integer" -> "Int"
|
||||||
|
"bigint" -> "Int"
|
||||||
|
"decimal" -> "Float"
|
||||||
|
"real" -> "Float"
|
||||||
|
"double precision" -> "Float"
|
||||||
"float" -> "Float"
|
"float" -> "Float"
|
||||||
|
"numeric" -> "Number"
|
||||||
"boolean" -> "Boolean"
|
"boolean" -> "Boolean"
|
||||||
"json" -> "S"
|
"json" -> "S"
|
||||||
"jsonb" -> "S"
|
"jsonb" -> "S"
|
||||||
|
|||||||
Reference in New Issue
Block a user