Posted 5 months ago by beberlei
It was brought to our attention that identifier quoting in Doctrine DBAL has a potential security problem when user-input is passed into this function, making the security aspect of this functionality obsolete. We fixed as soon as we realized it and apologize for to our users for this error. We ... [read more] [0 Comments]
Posted about 1 year ago by beberlei
We are happy to announce the immediate availability of Doctrine DBAL RC5 and Doctrine ORM RC2. There have been almost only minor bugfixes in both packages that came up in the last week. There is one notable change in ORM: If you execute a DQL Query before RC2 a flush would be issued on the Entit... [read more] [0 Comments]
Posted about 1 year ago by beberlei
Today we are happy to announce the second release candidate of Doctrine Common and the first, second and third release candidate (yes, all in one!) of DBAL. In the Common package 3 bugs have been fixed, in the DBAL package 9 bugs have been fixed. See the changelogs for details: Common RC1 Chan... [read more] [0 Comments]
Posted over 2 years ago by jwage
One of the greatest advantages to using Doctrine is what is under the hood that powers it. That is the database abstraction layer. This powerful layer is based off of a lot of different code from various popular PHP projects such as PEAR MDB2 and Zend_Db. It provides you a nice intuitive interf... [read more] [0 Comments]