Refactored find-all and build-object to be more readable, shorter and
authorRuss Tyndall <russ@acceleration.net>
Wed, 21 Nov 2012 18:11:44 +0000 (13:11 -0500)
committerNathan Bird <nathan@acceleration.net>
Wed, 5 Dec 2012 22:52:33 +0000 (17:52 -0500)
commitb50166ae0ba2bc09a9094c0e675ec92010b7293e
tree05d06e9aef9eb900b91ea1a4a11b822796234482
parent566670ff665e99a1774e0899a02ecde2d62b99cc
Refactored find-all and build-object to be more readable, shorter and
less buggy

 * handles not double referencing inner-join tables now
 * better able to find table references and better at not duplicating
 * removed order-by and distinct from the select-list rather passing
   them as :order-by and :distinct
sql/expressions.lisp
sql/oodml.lisp
sql/utils.lisp
tests/ds-nodes.lisp