Project

General

Profile

Actions

Bug #15782

closed

multiplyDBfieldSize and datetime

Added by Joerg Schoppet about 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-03-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If $TYPO3_CONF_VARS['SYS']['multiplyDBfieldSize'] is set to a value greater than 1 and you want to install "th_mailformplus" you get the following error-message:

SQL engine parse ERROR: Field type unknown in parseFieldDef()!: near "datetime default '0000-00-00 00:00:00' "

As soon as you lower multiplyDBfieldSize to 1 everything works.

After my opinion the problem lies in class.t3lib_sqlparser.php in the function parseFieldDef(). There is a regex with a lot of db-datatypes, but datetime is missing.

As soon as "datetime" is added everything work fine.
(issue imported from #M2793)


Files

fix.diff (1.68 KB) fix.diff Administrator Admin, 2006-03-08 09:27
fix2.diff (742 Bytes) fix2.diff Administrator Admin, 2006-03-08 09:40

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #15900: float is not a db-compatible datatypeClosedKarsten Dambekalns2006-03-26

Actions
Has duplicate TYPO3 Core - Bug #15781: Could not install dam with activated dbalClosedKarsten Dambekalns2006-03-08

Actions
Actions

Also available in: Atom PDF