Releases: coldbox-modules/qb
Releases · coldbox-modules/qb
v11.0.0
BREAKING
- QueryUtils: Auto boolean casting (b51aacc)
v10.0.2
fix
- QueryUtils: Fix timestamp formatting losing timezone information
(0679aee)
v10.0.1
fix
- QueryUtils: Manually construct ISO 8601 timestamps due to lack of Adobe support
(9e03360)
v9.11.1
fix
- QueryBuilder: Allow Raw Expressions in
upsert
(50fa99a)
perf
- QueryUtils: Skip inferSqlType if user has specified a cfsqltype
(1ee352e)
v9.11.0
feat
- SchemaBuilder: Added ability to specify precision for timestamp datatypes (6e559ae)
v9.10.3
fix
- QueryUtils: Fix serializing simple value bindings to JSON
(2ac6b0b)
v9.10.2
fix
- SQLCommenter: Fix caching of DBInfoCommenter
(aabd75a)
v9.10.1
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
feat
- SchemaBuilder: New addIndex method for adding indexes to existing tables
(d990700)