cl-2sql

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

commit cc2c82a56b8af4bcac3bf344398eb55c4b3f567f
parent e4d2a2229d9c7222319b78fbe1fc842c1348e84f
Author: Tomas Hlavaty <tom@logand.com>
Date:   Mon, 22 Aug 2011 23:21:02 +0200

remove obsolete comment

Diffstat:
Morm.lisp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/orm.lisp b/orm.lisp @@ -187,7 +187,6 @@ if c collect (list (cadr c) name initarg ltype) into known else collect (list name initarg ltype) into unknown finally (return (values known unknown))) - ;; TODO cache eql oid->instance (let ((x (apply #'make-instance class-name (nconc (loop