I am currently working in a project that is using Doctrine 2 with ZF. So far so good. However I have a problem that looks like a bug.
This is fine, it produces a left join var q = from c in categories join p in products on c equals p.Category into开发者_运维问答 ps