Skip to content

Releases: coldbox-modules/qb

v11.0.0

13 Nov 23:39
Compare
Choose a tag to compare

BREAKING

  • QueryUtils: Auto boolean casting (b51aacc)

v10.0.2

31 Oct 20:03
Compare
Choose a tag to compare

fix

  • QueryUtils: Fix timestamp formatting losing timezone information
    (0679aee)

v10.0.1

08 Oct 05:50
Compare
Choose a tag to compare

fix

  • QueryUtils: Manually construct ISO 8601 timestamps due to lack of Adobe support
    (9e03360)

v10.0.0

30 Sep 13:54
Compare
Choose a tag to compare

BREAKING

  • *: Boxlang Certification (bebc83d)

v9.11.1

11 Sep 22:06
Compare
Choose a tag to compare

fix

  • QueryBuilder: Allow Raw Expressions in upsert (50fa99a)

perf

  • QueryUtils: Skip inferSqlType if user has specified a cfsqltype
    (1ee352e)

v9.11.0

12 Jun 21:26
Compare
Choose a tag to compare

feat

  • SchemaBuilder: Added ability to specify precision for timestamp datatypes (6e559ae)

v9.10.3

28 May 15:29
Compare
Choose a tag to compare

fix

  • QueryUtils: Fix serializing simple value bindings to JSON
    (2ac6b0b)

v9.10.2

16 May 19:10
Compare
Choose a tag to compare

fix

  • SQLCommenter: Fix caching of DBInfoCommenter
    (aabd75a)

v9.10.1

10 May 23:24
Compare
Choose a tag to compare

other

  • *: fix: Add canDebug to the null logger
    (4da8c4d)
  • *: fix: Correctly serialize bindings with binary data
    (e7220a7)

perf

  • DBInfoCommenter: Cache driver version per datasource
    (462adde)

v9.10.0

23 Apr 16:11
Compare
Choose a tag to compare

feat

  • SchemaBuilder: New addIndex method for adding indexes to existing tables
    (d990700)