Actions
Bug #14824
closeddbal cannot handle LEFT JOIN correctly
Start date:
2005-06-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
then using left join in a query like this:
$table = 'tx_chcforum_thread LEFT JOIN tx_chcforum_post on tx_chcforum_post.thread_id = tx_chcforum_thread.uid';
dbal produces a query:
"tx_chcforum" "LEFT" JOIN "tx_chcforum_post" on "tx_chcforum_post.thread_id" = "tx_chcforum_thread.uid"
note that the "left" must not be quoted !
(issue imported from #M1205)
Actions