coldbox-modules / quick

A ColdBox ORM Engine
https://quick.ortusbooks.com
MIT License
23 stars 19 forks source link

feat(QuickBuilder): Allow for cloning of QuickBuilder instances #229

Closed elpete closed 1 year ago

elpete commented 1 year ago

Previously, this forwarded to qb but saved the cloned instance in the QuickBuilder, so nothing really changed.

BREAKING CHANGE: newQuery now returns a QuickBuilder instance instead of a QuickQB instance. To retrieve a QuickQB instance, use newQuickQB.