X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=sql%2Foodml.lisp;h=cc57941e38e2520e80e48cad4ab50fa42b4c9b11;hb=5ed1f05543cbd24b3f2bb735f2cfc03ea85e51ec;hp=9bd2ab66dea8f5db6b74f2665ea31092b2ebe899;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246;p=clsql.git diff --git a/sql/oodml.lisp b/sql/oodml.lisp index 9bd2ab6..cc57941 100644 --- a/sql/oodml.lisp +++ b/sql/oodml.lisp @@ -949,7 +949,6 @@ maximum of MAX-LEN instances updated in each query." (listify order-by))) (join-where nil)) - ;;(format t "sclasses: ~W~%ijc: ~W~%tables: ~W~%" sclasses immediate-join-classes tables) (dolist (ob order-by-slots) @@ -1094,7 +1093,7 @@ as elements of a list." ;; one selected table. This is required so FIND-ALL won't duplicate ;; the field (when (and order-by (= 1 (length target-args))) - (let ((table-name (view-table (find-class (car target-args)))) + (let ((table-name (view-table (find-class (car target-args)))) (order-by-list (copy-seq (listify order-by)))) (loop for i from 0 below (length order-by-list)