Ticket #872 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

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

Changed 16 months ago by griotteau

  • description modified (diff)

Changed 16 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [4042]) fixes #872 - How does informix handle identifier quoting if it does at all?

Note: See TracTickets for help on using tickets.