Skip to content

Releases: nilenso/honeysql-postgres

Release 0.4.112

11 Mar 09:31
Compare
Choose a tag to compare
  • Upgrade the honeysql dependency from 0.9.5 to 1.0.461
  • Support FILTER + WITHIN GROUP for aggregate expressions
  • Comma separate the column names provided to RETURNING

Release 0.3.104

11 Mar 07:47
Compare
Choose a tag to compare
  • Update docs to add syntax for setting multiple [k, v] pairs ON CONFLICT
  • Add support for CREATE / DROP EXTENSION
  • Add support for DISTINCT ON
  • Include honeysql-posgres.format directly into honeysql-postgres.helpers to avoid leaking the require to the consumer
  • Stop using lein and shift to deps exclusively
  • Add CI and release/publish workflow
  • Add support for testing all examples in the README as part of CI