Alternative jdbc wrapper for Clojure!

Released: 2014-01-21

This should be the last beta release.

- Query functions (make-query, query and with-query) now accepts prepared
statements.
- Add ability to extend all behavior between some type is set as parameter
to prepared statement
  and retrieved from resultset .
- Refactored jdbc.types namespace (rename QueryResult to ResultSet and put
each type in their own namespace and add additional util functions for each
type).
- Move all transactions logic to separate namespace, removing it from a
main jdbc namespace (breaking change).
- Rename ``execute-statement`` to ``execute-statement!`` for more concise
function naming.
- Remove untested and unused ``execute-statement->query-result`` function.

You can see a more detailed changelog on project page:
https://github.com/niwibe/clj.jdbc
Also, the documentation has been updated for new introduced features:
http://cljjdbc.readthedocs.org/en/latest/

-- 
Andrey Antukh - Андрей Антух - <andrei.anto...@kaleidos.net> / <n...@niwi.be
>
http://www.niwi.be <http://www.niwi.be/page/about/>
https://github.com/niwibe

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to