Vincent de Lau wrote:
Hi all,
Last week I ran into a couple of issues with
Zend_Db_Statement::_stripQuoted(). I've created an issue in the tracker:
http://framework.zend.com/issues/browse/ZF-7911 and mailed the problem to
the database list, but got no response yet.
The issues to address:
- a segfault within preg_match when a query with long (4KB+) values is run
Was this segfault only happening in 64 bit systems? From what I
remember, I think that was the issue.
- prior patch applied wrong, resulting in a possible issue with quoted
identifiers
- possible issue with RDBMS's that allow more than one quoting style.
Can you produce some unit tests that describe all of the use cases the
patch intended to fix?