index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
sql
/
test.clj
Age
Commit message (
Expand
)
Author
2010-01-20
Move source files into Maven-style directory structure.
Stuart Sierra
2009-06-06
sql.test: use new with- indentation from Phil Hagelberg
scgilardi
2009-04-27
sql: improve error reporting on SQLException including BatchUpdateException
scgilardi
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-18
sql: add support for rollback-only to transaction, only wrap the outermost tr...
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.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