Skip to content

Releases: coldbox-modules/qb

v11.0.2

03 Feb 21:46
Compare
Choose a tag to compare

fix

  • QueryBuilder: Have aliases work with full server qualifications
    (4ee1bb9)

other

v11.0.1

22 Jan 20:37
Compare
Choose a tag to compare

fix

  • QueryBuilder: Allow for setting any Grammar, including AutoDiscover
    (f16a047)
  • SchemaBuilder: Add in shortcut methods for enabling/disabling value wrapping
    (a3db3c6)
  • SchemaBuilder: Use isDefined for BoxLang compatibility
    (745023e)
  • BaseGrammar: Pass in grammar to serializeBindings call
    (fb66fb5)

other

  • *: feat: Allow for disabling of wrapping values (d939066)

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)