Actions
Bug #16636
closedINSERT cache_hash ident value needs to be truncated to 20 chars manually
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-10-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When inserting a cache_hash the field 'ident' is a length of 20. When the string is longer, MySQL will just truncate the value.
Postgres however, will not. It will fail the insert and throw an error.
This is bad. ;-)
This can be fixed by manually truncating the value that goes into 'ident' to 20 chars.
(issue imported from #M4363)
Files
Actions