Skip to content

Release 1.0.444

Compare
Choose a tag to compare
@seancorfield seancorfield released this 29 May 23:11
  • Fix #259 so column names are always unqualified in inserts. (@jrdoane)
  • Fix #257 by adding support for cross-join / merge-cross-join / :cross-join. (@dcj)
  • Switch dev/test pipeline to use CLI/deps.edn instead of Leiningen. Also, add CI via both CircleCI and GitHub Actions.
  • Switch to MAJOR.MINOR.COMMITS versioning.
  • Remove macrovich dependency as this is no longer needed with modern ClojureScript.
  • Add mention of next.jdbc everywhere clojure.java.jdbc was mentioned.