Actions
Bug #24162
closedtcaTree is not compatible DBAL due to mySQL specific use of CONCAT
Start date:
2010-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
as already discussed in #24008, the Usage of concat with more than 2 parameters only is supported by MySQL.
Fix it, to make the Tree Available with other DBMSs, too.
(issue imported from #M16508)
Updated by Steffen Ritter almost 14 years ago
i tend to write uid IN field()
is this compatible?
Updated by Steffen Ritter almost 14 years ago
Jigal proposed to use FIND_IN_SET() != 0which is compatible to DBAL since some weeks
Updated by Xavier Perseguers almost 14 years ago
FIND_IN_SET is the way to go (after quick Skype discussion with you)
Actions