summaryrefslogtreecommitdiff
path: root/lib/ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-12-17 12:01:31 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2011-12-17 12:01:31 -0500
commitc9b985223bc94657127b48fa3370bff4ea6ed5f3 (patch)
tree9979ef0b3677541c9738b8545ab89d958248daf2 /lib/ur
parentcc9303c6ce89d762a93119cae93241f0485829ac (diff)
SQL lower() and upper() functions
Diffstat (limited to 'lib/ur')
-rw-r--r--lib/ur/basis.urs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index fcce3a01..83f23cae 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -565,7 +565,8 @@ val sql_ufunc : tables ::: {{Type}} -> agg ::: {{Type}} -> exps ::: {Type}
-> sql_exp tables agg exps ran
val sql_octet_length : sql_ufunc blob int
val sql_known : t ::: Type -> sql_ufunc t bool
-
+val sql_lower : sql_ufunc string string
+val sql_upper : sql_ufunc string string
val sql_nullable : tables ::: {{Type}} -> agg ::: {{Type}} -> exps ::: {Type} -> t ::: Type
-> sql_injectable_prim t