Ticket #872 (closed defect: fixed)
quote identifier / informix
| Reported by: | griotteau | Owned by: | zYne- |
|---|---|---|---|
| Priority: | major | Milestone: | 0.10.4 |
| Component: | Query/Hydration | Version: | 0.10.0 |
| Severity: | Keywords: | informix quote identifier | |
| Cc: | Has Test: | ||
| Status: | Has Patch: |
Description (last modified by griotteau) (diff)
I have an issue after an 0.9 -> 0.10 upgrade with Informix (v7)
(I use sfDoctrinePlugin)
all quoted queries failed
My temporary solution is to add the following method on the Doctrine_Connection_Informix class :
public function quoteIdentifier($identifier, $checkOption = false) {
return $identifier;
}
Change History
Note: See
TracTickets for help on using
tickets.