Skip to content

2.2.858

Compare
Choose a tag to compare
@seancorfield seancorfield released this 20 Jan 21:13
· 414 commits to develop since this release
  • Address #377 by adding honey.sql/map= to convert a hash map into an equality condition (for a WHERE clause).
  • Address #351 by adding a :cache option to honey.sql/format (for Clojure only, not ClojureScript).
  • Address #281 by adding support for SELECT * EXCEPT .. and SELECT * REPLACE .. and ARRAY<> and STRUCT<> column types -- see SQL Clause Reference - SELECT and SQL Clause Reference - DDL respectively for more details.
  • Update build-clj to v0.6.7.