quick
quick copied to clipboard
A ColdBox ORM Engine
Because virtual attributes at detached from the properties of the component, there is no way to specify a default when declaring one, other than a setter after declaring the virtual...
This would accept a map of Quick lifecycle events to a string or array of string custom interception points. Quick would announce each custom interception point during its corresponding lifecycle...
`.attach()` will create an intermediate entity (with one caveat) but there is no analog for `.create()` on entities involving pivot tables. The function works -- it creates the target entity...
Related to https://github.com/coldbox-modules/qb/issues/107 Adjust the key types to match the changes resulting in demystifying qb’s `uuid` column type.
Depends on https://github.com/coldbox-modules/qb/issues/90
This would create many new models and return them, similar to `insert` with an array in qb.
No error is thrown and the query still retrieves the fields, but the object does not get the values if you `getSubselectedField()` - it returns null. If you replace `.all()`...
This is a bit of a weird edge case that came up during a transition with a client, but still a bug: If you have a table with two columns:...
If we had the database insert the timestamp, for instance, have a metadata key on the property to tell Quick to retrieve the value from the database and update it...