Ticket #839 (closed defect: fixed)
Informix error with limit clause
| Reported by: | griotteau | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.10.4 |
| Component: | Other | Version: | 0.10.0 |
| Severity: | Keywords: | Informix | |
| Cc: | Has Test: | ||
| Status: | Has Patch: |
Description
Whatever the query, I have this error : Fatal error: Call to undefined method Doctrine_Connection_Informix::modifyLimitQuery() in (...)/plugins/sfDoctrinePlugin/lib/doctrine/Doctrine/Query.php on line 1227
If i add this in Connection/Informix.php :
public function modifyLimitQuery($query) {
return $query;
}
the error disappear (i don't know how Informix can deal with LIMIT ...)
Change History
Note: See
TracTickets for help on using
tickets.