X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Foperations.lisp;fp=sql%2Foperations.lisp;h=ad785b35ffc28b36e41bf41a070b88333e0abe81;hp=b4d3eab8db559a4848640a754e8e4882e36f093b;hb=2ffbaf8f63878de07311a7a4a29dd737e0121ee8;hpb=4881f86240f3da99ae537238cfccd61ac9c91f8f diff --git a/sql/operations.lisp b/sql/operations.lisp index b4d3eab..ad785b3 100644 --- a/sql/operations.lisp +++ b/sql/operations.lisp @@ -226,3 +226,7 @@ (defsql sql-nvl (:symbol "nvl") (&rest rest) (make-instance 'sql-function-exp :name 'coalesce :args rest)) + +(defsql sql-userenv (:symbol "userenv") (&rest rest) + (make-instance 'sql-function-exp + :name 'userenv :args rest))