Skip to content

Release 0.9.7

Compare
Choose a tag to compare
@seancorfield seancorfield released this 07 Sep 23:02
· 38 commits to master since this release
  • Fix #248 by treating alias as "not a subquery" when generating SQL for it. (@seancorfield)
  • Fix #247 by reverting #132 / #131 so the default behavior is friendlier for namespace-qualified keywords used for table and column names, but adds honeysql.format/*allow-namespaced-names?* to restore the previous behavior. A :allow-namespaced-names? option has been adding to format to set this more easily. (@seancorfield)
  • Fix #235 by adding set0 (:set0) and set1 (:set1) variants of sset (:set) to support different placements of SET (before FROM or after JOIN respectively) that different databases require. See also #200. (@seancorfield)
  • Fix #162 by adding composite/:composite constructor for values. (@seancorfield)
  • Fix #139 by checking arguments to columns/merge-columns and throwing an exception if a single collection is supplied (instead of varargs). (@seancorfield)
  • Fix #128 by adding truncate support. (@seancorfield)
  • Fix #99 by adding a note to the first use of select in the README that column names can be keywords or symbols but not strings. (@seancorfield)