[TYPO3-english] TYPO3 4.3.0-dev with Oracle

Ries van Twisk typo3 at rvt.dds.nl
Sat May 2 15:20:15 CEST 2009


On May 2, 2009, at 8:07 AM, Xavier Perseguers wrote:

> FYI, I'm now debugging the SQL parser as DBAL blocks as soon as the
> table to create specifies an ENGINE to use (InnoDB for cache_* tables)
> which of course is not available when using an Oracle database.
>
> I guess it was not the best idea to append ENGINE specifiers to the
> ext_tables.sql files.
>
> I'll patch the DBAL parser but it would be good to find another way of
> fine-tuning MySQL without SQL-specific stuff, for instance with
> something like a ext_tables_mysql.sql file that would be used  
> instead of
> the standard ext_tables_mysql.sql.
>
> -- 
> Xavier Perseguers
> http://xavier.perseguers.ch/en


I believe that AdoDB has a XML schema to specify database tables.

The idea was to make these XML schema's cross DB compatible
so for MySQL you could specify a storage engine, while this engine
specifier will be ignore for other databases.

I had the same problem with PostgreSQL..

Ries




More information about the TYPO3-english mailing list