Actions
Bug #21462
closedcache_extensions.authorcompany field too small
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The cache_extensions.authorcompany field is too small.
This leads to warnings on non mysql db's:
Warning: ociexecute() [function.ociexecute]: ORA-12899: value too large for column "TYPO3TEST"."cache_extensions"."authorcompany" (actual: 115, maximum: 100) in /var/www/sources/typo3_src-4.2.10/typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php on line 1026
Please change the field definition in t3lib/stddb/tables.sql into:
authorcompany varchar(150) NOT NULL default '',
(issue imported from #M12473)
Actions