Bug #9184
No NULL safe query method
| Status: | Resolved | Start date: | 2010-08-18 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Persistence | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 11 | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
As mentioned in
http://lists.typo3.org/pipermail/flow3-general/2010-May/000367.html
there is no NULL safe query method.
However, it is often required e.g. to find objects that have no parent
or no children which is indicated by a NULL value in the respective
fields.
Associated revisions
History
Updated by Karsten Dambekalns almost 3 years ago
- Category changed from Object to Persistence
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
Updated by Karsten Dambekalns almost 3 years ago
- Status changed from Accepted to Needs Feedback
- % Done changed from 0 to 100
Well, with r4604 and r4605 this should be solved. Is there more missing?
Updated by Karsten Dambekalns almost 3 years ago
- Status changed from Needs Feedback to Accepted
- Target version set to 1.0 alpha 11
- Start date set to 2010-08-18
Updated by Karsten Dambekalns almost 3 years ago
- Status changed from Accepted to Resolved
Applied in changeset r5000.