On Sep 13, 2008, at 11:43 PM, Stephen C. Gilardi wrote:
> I've made some changes to clojure.contrib.sql:
In a further update, I've added insert-rows and insert-values that
make inserting entire rows of values and values in specified columns
easier.
--Steve
--~--~-~--~~
I've made some changes to clojure.contrib.sql:
- Renamed some functions/macros to shorter names:
get-connection -> connection
execute-commands -> do-commands
execute-prepared-statement -> do-prepared
with-query-results -> with-results
- Added create-table, drop-ta