aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/sql/sql_internal.clj
AgeCommit message (Collapse)Author
2008-10-06sql: move internal defs to their own proper namespacescgilardi
2008-10-06sql: updates to be more modular, explicit transactions that nest, db-spec as ↵scgilardi
data rather than as a function, with-results changed to bind a seq of results rather than records repeatedly, see clojure.contrib.sql.test for new examples.