X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fexpressions.lisp;h=93c97d94d8731924210e6c761b482024c859592e;hp=cd2d768c6755391dbc36bfe0cae613b8378dffa8;hb=ab37892bfa71e0d66021cc73f28cd189be30c81c;hpb=9db6946c8331a477b309608ec6232cbfabb97d24 diff --git a/sql/expressions.lisp b/sql/expressions.lisp index cd2d768..93c97d9 100644 --- a/sql/expressions.lisp +++ b/sql/expressions.lisp @@ -390,7 +390,7 @@ (:documentation "An SQL between expression.")) (defmethod output-sql ((expr sql-between-exp) database) - (with-slots (name args) + (with-slots (args) expr (output-sql (first args) database) (write-string " BETWEEN " *sql-stream*)