aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/sql/sql.clj
AgeCommit message (Collapse)Author
2008-11-16delete my contribs at their pre-SVN1088 locationsscgilardi
2008-10-17sql.clj: change to use Class/forName to register jdbc driversscgilardi
2008-10-06sql: minor cleanupsscgilardi
2008-10-06sql: formattingscgilardi
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.
2008-10-04sql: make column specs be vectors to allow more than just name and type ↵scgilardi
naturally
2008-10-04sql: remove superfluous the-str callscgilardi
2008-10-04allow keywords for table names, column names, and types, move internal code ↵scgilardi
into its own file
2008-10-03improved support for additional options in sql/connection. Based on a ↵scgilardi
suggestion from Tom Emerson.
2008-09-14sql: add insert-values, insert-rowsscgilardi
2008-09-14sql: revamped interfaces, fixed bugs, improved examplesscgilardi
2008-09-13sql: move test to sql.testscgilardi
2008-09-09clojure/ns -> nsscgilardi
2008-08-29updates to use clojure/nsscgilardi
2008-08-16move namespace-directory-aware libs into src/clojure/contribscgilardi