You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address #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 #284 from @ExNexu.
Address #283 by adding a note in the documentation, linking to the PostgreSQL bug report about ANY(array).
Address #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.