[TYPO3-dev] RFC - Remove DBAL in total
Martin Kutschker
masi-no at spam-typo3.org
Thu Jan 22 21:30:38 CET 2009
Mathias Schreiber [wmdb >] schrieb:
>
> Thing is that i have no idea what the file temp_fieldInfo.php is used for.
> once this file exists, everything is good.
DBAL/ADOdb needs to know the table definitions in detail. So once it has
analyzed (and cache) the table and field definiitions it can start to
rewrite the Mysql queries. *
Masi
* eg it needs to remove any quotes around numeric fields, which is AFAIK
only on allowed on Mysql. Fits well to PHP, but for a DB 2 is not equal '2'.
More information about the TYPO3-dev
mailing list