Actions
Bug #22077
closedFull search issues invalid db query if TCA has tables without configured columns
Start date:
2010-02-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
If a table has no usable columns, fullsearch creates invalid SQL:
SELECT COUNT FROM tx_rsaauth_keys WHERE (tx_rsaauth_keys. LIKE '%testme%')
Solution:
Query a table only if at least one columns has been defined in TCA.
How to reproduce:
- Install rsa auth extension
- Use the fulltext seach in db Check module
(issue imported from #M13457)
Files
Updated by Benni Mack over 14 years ago
committed to trunk (rev. 7048)
committed to TYPO3_4-3 (rev. 7049)
Actions