udf support for monetdbe backend

This commit is contained in:
2022-06-29 17:26:33 +08:00
parent 3b659b99f8
commit ece2a6cc9f
111 changed files with 2540 additions and 780 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ def parser(literal_string, ident, sqlserver=False):
+ LBRACE
+ fbody
+ RBRACE
)
)("udf")
selection = (
(SELECT + DISTINCT + ON + LB)