Skip to content

Releases: coldbox-modules/qb

v9.2.1

16 May 19:31
Compare
Choose a tag to compare

fix

  • QueryBuilder: Separate having bindings from where bindings
    (7661752)

v9.2.0

18 May 18:22
1e031b2
Compare
Choose a tag to compare

feat

  • BaseGrammar: Support returning in UPDATE and DELETE statements (42f9c4b)

fix

  • SqlServerGrammar: Fix raw table name parsing in update queries. (0ba008b)
  • QueryBuilder: Fix truncating text in nested wheres inside joins (047a9fe)
  • QueryBuilder: Fix out of order bindings in joinSub(e766aba)

v9.1.5

12 May 22:06
8243391
Compare
Choose a tag to compare

fix

  • PostgresGrammar: Switch from table_catalog to table_schema when referencing schema (8243391)

v9.1.4

04 May 17:42
Compare
Choose a tag to compare

fix

  • SQLCommenter: CommandBox-friendly injections
    (ce2a118)

v9.1.3

01 May 20:44
Compare
Choose a tag to compare

fix

  • QueryBuilder: Add support for from bindings (7086c9e)

v9.1.2

17 Mar 00:23
Compare
Choose a tag to compare

chore

  • QueryBuilder: Back out of using native returntypes (63a1599)

v9.1.1

16 Mar 21:13
Compare
Choose a tag to compare

fix

  • QueryBuilder: Make withReturnFormat a public method
    (60747b8)

v9.1.0

16 Mar 17:42
Compare
Choose a tag to compare

feat

  • QueryBuilder: Add ability to inline bindings when calling toSQL and dump (379d1e7)

fix

  • SQLCommenter: Move coldbox namespace injection to the function body (b6248d4)
  • QueryBuilder: Correctly apply native returntypes after newQuery and withReturnFormat (20416c3)

v9.0.2

14 Mar 16:46
Compare
Choose a tag to compare

fix

  • QueryBuilder: Fix losing defaultOptions when calling newQuery (4e713d4)
  • QueryBuilder: Allow for native struct returntypes (a2e088d)

v9.0.1

17 Feb 05:53
Compare
Choose a tag to compare

fix

  • SQLCommenter: Rename RouteInfoCommenter.cfc.cfc to RouteInfoCommenter.cfc (bf33c1a)