Releases: coldbox-modules/qb
Releases · coldbox-modules/qb
v9.5.1
fix
- AutoDiscover: Add MariaDB to AutoDiscover (c013e9e)
v9.5.0
feat
- QueryBuilder: Add
findOrFail
and existsOrFail
methods
(96b9047)
v9.4.1
fix
- OracleGrammar: Better support for Oracle Grammar in cfmigrations (40bb4a6)
v9.4.0
feat
- SchemaBuilder: Allow for setting a
defaultSchema
(697a307)
v9.3.1
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
feat
- QueryUtils: Make replaceBindings available in the Query Utils
(4e0ca18)
v9.2.5
fix
- QueryBuilder: Use named parameters when passing to BaseGrammar (488743b)
v9.2.4
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
fix
- QueryUtils: Handle more obscure numeric SQL types
(415255e)
v9.2.2
fix
- QueryUtils: Add millisecond accuracy to inline bindings
(4e29fb2)