Age | Commit message (Expand) | Author |
2009-01-21 | sql: improve conditional for loading driver class | 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: fix updating of :rollback-only | 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-18 | sql: wrap transaction* in io! to disallow interleaving stm transactions with ... | 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-11-12 | first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ... | scgilardi |
2008-10-06 | sql: updates to be more modular, explicit transactions that nest, db-spec as ... | scgilardi |
2008-10-04 | sql: make column specs be vectors to allow more than just name and type natur... | scgilardi |
2008-10-04 | allow keywords for table names, column names, and types, move internal code i... | scgilardi |