[Typo3-dev] Incorrect SQL when creating tables using ext_tables.sql

Rupert Germann rupi at gmx.li
Thu Apr 21 17:55:24 CEST 2005


Hi Ries,

Ries van Twisk wrote:
> this happens in all typo3 versions >= 3.7.0 including 3.8.0beta 2.1

I tried to reproduce this with no succes. I created a new extension with the
kickstarter (from cvs) added a table and inserted the sql lines from your
mail. Then I installed the extension and the extmanager showed the correct
syntax:

CREATE TABLE tx_bla_test (
b tinyint UNSIGNED NOT NULL,
c tinyint UNSIGNED NOT NULL,
....

no extra comma.

which MySQL version do you use ?

greets
rupi




More information about the TYPO3-dev mailing list