Bug #9184
No NULL safe query method
Status:
Resolved
Priority:
Must have
Assignee:
Category:
Persistence
Target version:
Start date:
2010-08-18
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
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.
Updated by Karsten Dambekalns over 10 years ago
- Category changed from Object to Persistence
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
Updated by Karsten Dambekalns over 10 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 over 10 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 over 10 years ago
- Status changed from Accepted to Resolved
Applied in changeset r5000.