sql

seancorfield 2024-10-06T22:50:00.455949Z

This is pretty much just a documentation refresh release: https://github.com/seancorfield/next-jdbc/releases/tag/v1.3.955 • Address https://github.com/seancorfield/next-jdbc/issues/285 by setting the default Clojure version to the earliest supported (1.10.3) to give a better hint to users. • Update PostgreSQL *Tips & Tricks* example code to fix possible NPE. PR https://github.com/seancorfield/next-jdbc/pull/284 from https://github.com/ExNexu. • Address https://github.com/seancorfield/next-jdbc/issues/283 by adding a note in the documentation, linking to the PostgreSQL bug report about ANY(array). • Address https://github.com/seancorfield/next-jdbc/issues/269 by adding :name-fn as an option (primarily for the SQL builder functions, but also for result set processing); the default is clojure.core/name but you can now use next.jdbc.sql.builder/qualified-name to preserve the qualifier. • Update testing deps; docker-compose => docker compose.

🎉 1