Project:
| View Revisions: Issue #13509 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0013509: In a OBCriteria you can't use list() after a count() call | ||
| Revision | 2010-06-02 17:19 by iperdomo | ||
| Description | The count() call modifies the query executed against the database. After a count() call you can't use list() of the same OBCriteria object. | ||
| Revision | 2010-06-02 17:16 by iperdomo | ||
| Description | The count() call modifies the query executed against the query. After a count() call you can't use list() because the record count cannot be casted to the Object you are working with. | ||
| Copyright © 2000 - 2009 MantisBT Group |