X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fexpressions.lisp;h=93c97d94d8731924210e6c761b482024c859592e;hp=cd2d768c6755391dbc36bfe0cae613b8378dffa8;hb=1b07d2fd927cf8f1943ac0a0b8c980d1dc707076;hpb=837ef5c074e599060d89b5fd51abbe6fcd960094 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*)