Actions
Bug #66686
closedThe data types text and varchar are incompatible in the equal to operator
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2015-04-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
This query fails with MSSQL:
SELECT COUNT(uid) FROM sys_file WHERE storage = 1 AND identifier = '/_migrated/content_upload/whatever.jpg'
Solution is to use identifier LIKE '/_migrated/...'
instead.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39086
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39094
Updated by Xavier Perseguers over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cc4872fdbb4c7a6bf707a72ba829e385f70e798b.
Actions