cl-2sql

Lisp to SQL compiler for Common Lisp
git clone https://logand.com/git/cl-2sql.git/
Log | Files | Refs | README | LICENSE

commit 1f4a96a32df590c57d24f1058a7f154f9ad2d0a2
parent 8725f6f22872be7d7ebae3f3a7981affe3001baf
Author: Tomas Hlavaty <tom@logand.com>
Date:   Mon,  1 Aug 2011 23:17:48 +0200

fix quoting

Diffstat:
Mcore.lisp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core.lisp b/core.lisp @@ -65,7 +65,7 @@ ,(if qchunks `(format nil ,str ,@(mapcar (lambda (x) `(progn ,@x)) qchunks)) str) - ,qvars)))) + ',qvars)))) (defmacro qlambda (args &body body) `(lambda ,args