Posted over 2 years ago by romanb
If you are familar with Doctrine_RawSql from Doctrine 1.x you probably know that it is somewhat broken by design since it requires a special syntax in the select clause that makes a lot of SQL constructs in the select clause impossible. Doctrine 2 introduces a facility called "native queries", r... [read more] [0 Comments]