summaryrefslogtreecommitdiff
path: root/lib/basis.lig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/basis.lig')
-rw-r--r--lib/basis.lig3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/basis.lig b/lib/basis.lig
index 099caab8..7b6f0917 100644
--- a/lib/basis.lig
+++ b/lib/basis.lig
@@ -39,9 +39,8 @@ val sql_query : tables ::: {{Type}}
SelectFields : sql_subset grouped selected}
-> sql_query selected
-val sql_field : otherTabs ::: {{Type}} -> otherFields ::: {Type} -> fieldType ::: Type
+val sql_field : otherTabs ::: {{Type}} -> otherFields ::: {Type} -> fieldType ::: Type -> agg ::: {{Type}}
-> tab :: Name -> field :: Name
- -> agg ::: {{Type}}
-> sql_exp ([tab = [field = fieldType] ++ otherFields] ++ otherTabs) agg fieldType
class sql_injectable