quick icon indicating copy to clipboard operation
quick copied to clipboard

A ColdBox ORM Engine

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

Each `with` relationship should be able to be parallelized. Add an optional argument or setting to do this.

considering

difficulty: complex
contributions: claimed
type: new feature

contributions: up for grabs
difficulty: starter
type: new feature

difficulty: medium
contributions: claimed
type: improvement

difficulty: medium
contributions: claimed
type: new feature

Similar to `withoutGlobalScopes`, this method provides a way to disable automatic eager loading (see #47)

contributions: up for grabs
difficulty: starter
type: new feature

Add it back in if needed.

difficulty: medium
contributions: up for grabs
type: improvement

`replicate` should clone the model and clear out the primary key (and `_isLoaded`) so it can be saved as a new model. Also probably needs a new interception point?

difficulty: medium
contributions: up for grabs
type: new feature

`.select( [ "camelCase AS camelCase" ] );` Used when trying to retrieve values directly from qb.

contributions: up for grabs
difficulty: starter
type: improvement