Releases: coldbox-modules/qb
Releases · coldbox-modules/qb
v4.0.0
Breaking
first
returns a struct. (4b46fce)
New Features
preQBExecute
andpostQBExecute
interception points for ColdBox. (0c964e5)- Read about the interceptData parameters in the README.
- Result object returned from
insert
,update
, anddelete
in place of query. (dc5242f)- The result object contains the
GENERATED_KEY
, if applicable for your grammar.
- The result object contains the
- Add a
subSelect
method for easier sub-select creation. (79343a0)
Improvements
- Added profiling testing tooling. (25286fd)
Bugs
- Fixed a bug when using
addSelect
and the only column was anExpression
. (2edaf30)