aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/sql.clj
AgeCommit message (Expand)Author
2009-12-14Add Factory as a method of obtaining open database connections, fixes #50Steve Gilardi
2009-05-11sql: support JNDI for specifying a database, with-connection, db-specscgilardi
2009-05-04Lots 'o doc stringsTom Faulhaber
2009-04-09breaking change: rename the-str to as-strStuart Halloway
2009-04-05update ns form for sql.cljscgilardi
2009-04-05sql: fixed breakage I caused in r636Stuart Halloway
2009-03-09sql: add insert-records and test for itscgilardi
2009-01-21sql: simplify transaction* furtherscgilardi
2009-01-21sql: correct docs for transact(*) regarding rollback-onlyscgilardi
2009-01-21sql: add :datasource as a way to specify a database to with-connectionscgilardi
2009-01-19sql: provide find-connection, returns current connection or nilscgilardi
2009-01-19sql: restore rollback flag to its default after transaction completesscgilardi
2009-01-18sql: add support for rollback-only to transaction, only wrap the outermost tr...scgilardi
2009-01-14sql: execute batch updates within a transaction for all-or-nothing behavior, ...scgilardi
2009-01-14sql: add update-or-insert-values & test for it, refine doc strings, remove un...scgilardi
2009-01-14sql* updates to doc strings, update-values, parameterized queriesscgilardi
2009-01-04sql: make 'connection' public, a function that returns the current database c...scgilardi
2009-01-04sql.clj: simplify macros after some discussions on #clojure, move (connection...scgilardi
2008-12-16update my contribs to Eclipse Public License as requestedscgilardi
2008-12-04fix do-prepared iteration, broke svn 258 accidental checkinscgilardi
2008-11-27pred.clj: make macro? work againscgilardi
2008-11-18restore nested with-open until it closes multiple bindingsscgilardi
2008-11-12first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ...scgilardi