Skip to content

Releases: coldbox-modules/qb

v4.0.0

06 Aug 02:20
Compare
Choose a tag to compare

Breaking

  • first returns a struct. (4b46fce)

New Features

  • preQBExecute and postQBExecute interception points for ColdBox. (0c964e5)
  • Result object returned from insert, update, and delete in place of query. (dc5242f)
    • The result object contains the GENERATED_KEY, if applicable for your grammar.
  • 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 an Expression. (2edaf30)