Is it possible to do a RIGHT OUTER JOIN in Doctrine 2 DQL?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
As far as I know, there is still no way to do that in DQL, and the reason might be that it does not make much sense from an ORM perspective, according to one of the lead developers.
Nevertheless, the feature request, although very old, is still open; so it might be implemented in the future.