Fork me on GitHub
#releases
<
2022-09-11
>
seancorfield19:09:01

com.github.seancorfield/next.jdbc {:mvn/version "1.3.828"} -- A modern low-level Clojure wrapper for JDBC-based access to databases. -- https://github.com/seancorfield/next-jdbc -- a couple of edge case bug fixes, some documentation improvements, and a fair bit of CI/testing overhaul: • Fix https://github.com/seancorfield/next-jdbc/issues/222 by correcting implementation of .cons on a row. • Address https://github.com/seancorfield/next-jdbc/issues/221 by supporting :column-fn a top-level option in plan-related functions to transform keys used in reducing function contexts. Also corrects handling of column names in schema navigation (which previously only supported :table-fn and incorrectly applied it to columns as well). • Address https://github.com/seancorfield/next-jdbc/issues/218 by moving :extend-via-metadata true after the protocols' docstrings. • Document :useBulkCopyForBatchInsert for Microsoft SQL Server via PR https://github.com/seancorfield/next-jdbc/issues/216 -- https://github.com/danskarda. • Address https://github.com/seancorfield/next-jdbc/issues/215 by dropping official support for JDK 8 and updating various JDBC drivers in the testing matrix. • Address https://github.com/seancorfield/next-jdbc/issues/214 by updating test/CI versions. • Address https://github.com/seancorfield/next-jdbc/issues/212 by documenting the problem with SQLite's JDBC driver. • Fix https://github.com/seancorfield/next-jdbc/issues/211 by auto-creating clojure_test DB in MySQL if needed; also streamline the CI processes. • Fix https://github.com/seancorfield/next-jdbc/issues/210 by updating CI to test against MySQL and SQL Server. • Switch SQL Server testing setup to docker-compose. Follow-up in #sql

🎉 2