aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/sql.clj
AgeCommit message (Collapse)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
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 ↵scgilardi
transaction's exception with an exception with message 'transaction rolled back'
2009-01-14sql: execute batch updates within a transaction for all-or-nothing behavior, ↵scgilardi
return a seq (instead of a vector) from do-commands, do-prepared so the entire set of results doesn't need to be realized unless it's interesting
2009-01-14sql: add update-or-insert-values & test for it, refine doc strings, remove ↵scgilardi
unnecessary uses of apply
2009-01-14sql* updates to doc strings, update-values, parameterized queriesscgilardi
2009-01-04sql: make 'connection' public, a function that returns the current database ↵scgilardi
connection or throws if there is none
2009-01-04sql.clj: simplify macros after some discussions on #clojure, move ↵scgilardi
(connection) entirely into internal, change to clojure.lang.RT/loadClassForName for class loading, will move back if there's trouble
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
on now load again