--
Ticket URL: <http://trac.doctrine-project.org/ticket/1704>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1704#comment:1>
Comment(by romanb):
I think the original implementation as well as the patch are flawed. I
dont think databases other than mysql will allow numeric values to be
quoted. A proper solution would be to construct a prepared statement and
bind the parameters.
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1704#comment:2>
Comment(by ctigglet):
I went back and did as you suggested and made it into a prepared statement
but not sure I did it in a way that is acceptable.
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1704#comment:3>
* milestone: => 1.0.5
--
Ticket URL: <http://trac.phpdoctrine.org/ticket/1704#comment:4>