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
/
sql.clj
Age
Commit message (
Collapse
)
Author
2008-11-16
delete my contribs at their pre-SVN1088 locations
scgilardi
2008-10-17
sql.clj: change to use Class/forName to register jdbc drivers
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
data rather than as a function, with-results changed to bind a seq of results rather than records repeatedly, see clojure.contrib.sql.test for new examples.
2008-10-04
sql: make column specs be vectors to allow more than just name and type ↵
scgilardi
naturally
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 ↵
scgilardi
into its own file
2008-10-03
improved support for additional options in sql/connection. Based on a ↵
scgilardi
suggestion from Tom Emerson.
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