TL;DR: Adds support for SQLite and improves support for MS SQL Server. https://github.com/clojure/java.jdbc
Changes in 0.1.3: * Fix JDBC-26 (fully) by adding transaction/generated keys support for SQLite3 (based on patch from Nelson Morris) Changes in 0.1.2: * Fix JDBC-23 by handling prepared statement params correctly (Ghadi Shayban) * Fix JDBC-26 by adding support for SQLite3 (based on patch from Nelson Morris) * Fix JDBC-27 by replacing replicate with repeat (Jonas Enlund) * Ensure MS SQL Server passes tests with both Microsoft and jTDS drivers * Build server now tests derby, hsqldb and sqlite by default * Update README per Stuart Sierra's outline for contrib projects Roadmap: * Merge internal namespace into top-level namespace and clean up aliases and func* naming * Add API that accepts connection as argument (i.e., make it possible to use without macros) * Add higher-level CRUD API -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- http://worldsingles.com/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
