Age | Commit message (Expand) | Author |
2009-06-06 | sql.internal: use enhanced throwf from except | scgilardi |
2009-06-06 | sql.test: use new with- indentation from Phil Hagelberg | scgilardi |
2009-05-11 | sql: support JNDI for specifying a database, with-connection, db-spec | scgilardi |
2009-04-27 | sql: improve error reporting on SQLException including BatchUpdateException | scgilardi |
2009-04-09 | sql.internal: use java-utils/as-properties | scgilardi |
2009-04-09 | breaking change: rename the-str to as-str | Stuart Halloway |
2009-04-05 | update ns form for sql.internal | scgilardi |
2009-04-05 | java-util: the-str and with-system-properties | Stuart Halloway |
2009-03-09 | sql.test: fix comment for insert-records-fruit (take 2) | scgilardi |
2009-03-09 | sql.test: fix comment for insert-records-fruit | scgilardi |
2009-03-09 | sql: add insert-records and test for it | scgilardi |
2009-01-26 | sql.internal: with-query-results clearer error message when code needs updati... | scgilardi |
2009-01-21 | sql: simplify transaction* further | scgilardi |
2009-01-21 | sql: in transaction*, separate simple nested case from outermost case | scgilardi |
2009-01-21 | sql: correct docs for transact(*) regarding rollback-only | scgilardi |
2009-01-21 | sql.internal: extract get-connection code into its own function | scgilardi |
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: 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-08 | sql.test use -> in db-get-tables | scgilardi |
2009-01-04 | sql: add db-get-tables | 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-16 | delete my contribs at their pre-SVN1088 locations | scgilardi |
2008-11-12 | first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ... | scgilardi |
2008-10-17 | sql.clj: change to use Class/forName to register jdbc drivers | scgilardi |
2008-10-06 | sql.interal: minor fixes | scgilardi |
2008-10-06 | sql: minor cleanups | scgilardi |
2008-10-06 | sql: formatting | scgilardi |
2008-10-06 | sql: move internal defs to their own proper namespace | 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 | sql: remove superfluous the-str call | scgilardi |
2008-10-04 | allow keywords for table names, column names, and types, move internal code i... | scgilardi |
2008-10-03 | improved support for additional options in sql/connection. Based on a suggest... | scgilardi |
2008-09-14 | sql: add insert-values, insert-rows | scgilardi |
2008-09-14 | sql: revamped interfaces, fixed bugs, improved examples | scgilardi |
2008-09-13 | sql: move test to sql.test | scgilardi |
2008-09-09 | clojure/ns -> ns | scgilardi |
2008-08-29 | updates to use clojure/ns | scgilardi |
2008-08-16 | move namespace-directory-aware libs into src/clojure/contrib | scgilardi |