quick icon indicating copy to clipboard operation
quick copied to clipboard

A ColdBox ORM Engine

Results 85 quick issues
Sort by recently updated
recently updated
newest added

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...

contributions: up for grabs
difficulty: starter
type: breaking change
type: improvement

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...

difficulty: medium
contributions: claimed
type: new feature

`.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...

contributions: up for grabs
difficulty: complex
type: improvement

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.

considering

difficulty: medium
contributions: up for grabs
type: improvement

Depends on https://github.com/coldbox-modules/qb/issues/90

difficulty: complex
contributions: claimed
type: new feature

This would create many new models and return them, similar to `insert` with an array in qb.

considering

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()`...

considering

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:...

needs reproduction

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...

contributions: up for grabs
difficulty: complex
type: improvement
type: new feature