Fork me on GitHub
#announcements
<
2023-08-27
>
seancorfield17:08:21

https://github.com/seancorfield/honeysql 2.4.1066 -- the big new feature in this release is the first cut of support for temporal queries -- follow-up in #C66EM8D5H • Add :select with function call and alias example to README (PR https://github.com/seancorfield/honeysql/pull/502 @markbastian). • Address https://github.com/seancorfield/honeysql/issues/501 by making INSERT INTO (and REPLACE INTO) use the :columns or :values clauses to produce column names (which are then omitted from those other clauses). • Address https://github.com/seancorfield/honeysql/issues/497 by adding :alias special syntax. • Address https://github.com/seancorfield/honeysql/issues/496 by adding :overriding-value option to :insert clause. • Address https://github.com/seancorfield/honeysql/issues/407 by adding support for temporal queries (see FROM in https://cljdoc.org/d/com.github.seancorfield/honeysql/CURRENT/doc/getting-started/sql-clause-reference#from). • Address https://github.com/seancorfield/honeysql/issues/389 by adding examples of [:only :table] producing ONLY(table). • Add :create-or-replace-view to support PostgreSQL's lack of IF NOT EXISTS for CREATE VIEW. • Attempt to clarify the formatting behavior of the :values clause when used to produce column names. • Update tools.build to 0.9.5 (and remove :java-opts setting from build/run-task)

🎉 36
🍯 39