From: Russ Tyndall Date: Wed, 21 Nov 2012 18:11:44 +0000 (-0500) Subject: Refactored find-all and build-object to be more readable, shorter and X-Git-Tag: v6.4.0~4 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=inline;h=b50166ae0ba2bc09a9094c0e675ec92010b7293e;hp=b50166ae0ba2bc09a9094c0e675ec92010b7293e;p=clsql.git 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 ---