Skip to content

2.4.1066

Compare
Choose a tag to compare
@seancorfield seancorfield released this 27 Aug 17:19
· 90 commits to develop since this release
  • Add :select with function call and alias example to README (PR #502 @markbastian).
  • Address #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 #497 by adding :alias special syntax.
  • Address #496 by adding :overriding-value option to :insert clause.
  • Address #407 by adding support for temporal queries (see FROM in SQL Clause Reference).
  • Address #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)