Skip to content

Releases: coldbox-modules/qb

v9.5.1

11 Dec 17:46
Compare
Choose a tag to compare

fix

  • AutoDiscover: Add MariaDB to AutoDiscover (c013e9e)

v9.5.0

23 Aug 22:46
Compare
Choose a tag to compare

feat

  • QueryBuilder: Add findOrFail and existsOrFail methods
    (96b9047)

v9.4.1

21 Jul 14:28
Compare
Choose a tag to compare

fix

  • OracleGrammar: Better support for Oracle Grammar in cfmigrations (40bb4a6)

v9.4.0

11 Jul 14:03
Compare
Choose a tag to compare

feat

  • SchemaBuilder: Allow for setting a defaultSchema (697a307)

v9.3.1

11 Jul 11:50
Compare
Choose a tag to compare

fix

  • MySQLGRammar: Use CHAR for GUID and UUID types in MySQL (eca0fa7)
  • queryUtils: Don't call getUtils from inside the Utils (3e80206)

v9.3.0

23 Jun 08:16
Compare
Choose a tag to compare

feat

  • QueryUtils: Make replaceBindings available in the Query Utils
    (4e0ca18)

v9.2.5

06 Jun 22:48
Compare
Choose a tag to compare

fix

  • QueryBuilder: Use named parameters when passing to BaseGrammar (488743b)

v9.2.4

05 Jun 17:28
Compare
Choose a tag to compare

fix

  • QueryUtils: Use varchar for clob when converting to a CFML query (5565fcb)

other

  • *: feat: Add query logging to QueryBuilder and SchemaBuilder instances (ce92090)
  • *: feat: Add the ability to pretend to run queries (a0a0c0b)

v9.2.3

22 May 19:52
Compare
Choose a tag to compare

fix

  • QueryUtils: Handle more obscure numeric SQL types
    (415255e)

v9.2.2

19 May 16:07
Compare
Choose a tag to compare

fix

  • QueryUtils: Add millisecond accuracy to inline bindings
    (4e29fb2)