Skip to content

Canonical Issues

Mark Story edited this page Mar 30, 2017 · 7 revisions

Some problems that are observed by users are not bugs but expected behavior, or the consequence of incorrect config. This page lists a few issues the team use to find "the canonical issue" and optional notes to make dealing with repeat-issues easier/faster.

Database field quoting

Auto-quoting is off by default.

Translated strings and single-quotes

A single quote is the escape character.

Limiting HasMany association in Contain

This can't be done with the QueryBuilder. https://github.com/cakephp/cakephp/issues/8060 is the reference issue on this, and has good workarounds until a ORM native solution is created.

Examples of Great Issue Reports