Dear Chris, in my local (pg) installation, PDO::ATTR_EMULATE_PREPARES is only set in the following two files:
classes/databaseconnection.php schema/mysql/connection.php i.e. there is no such setting in schema/pgsql/connection.php and, even though this emulate thing is set for each prepared statement, habari seems to work fine (postgres has supported prepared statements for a long time now :-) can't really help you with your second question, as I have not used PDO much myself, although this feels like it should be a per-connection setting. finally, this emulate thing is a mysql-specific hack rather than a pg-specific one, please see comments about prepared statements above hope I'm helping Michael PS. why did I register without an email address? I cannot even reset my trac password now... can somebody help? On 4 May 2010 19:30, Michael Nacos <[email protected]> wrote: > Hi there, > > will have a look and let you know... > > regards, Michael > > > On 4 May 2010 16:43, Chris Meller <[email protected]> wrote: > >> I posted some questions about r3530 on the ticket that they originated >> from: https://trac.habariproject.org/habari/ticket/924#comment:7 >> >> Unfortunately, I don't know how to get back in touch with mnacos, he >> didn't register with an email address. Anyone else able to answer my >> questions? >> >> -- >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/habari-dev > > > -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
