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