Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-16 | delete my contribs at their pre-SVN1088 locations | scgilardi | |
2008-10-06 | sql: minor cleanups | 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 | 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 | |