[TYPO3-core] RFC: #0012381: Bug: Change definition of DB table fields
Martin Kutschker
masi-no at spam-typo3.org
Wed Oct 28 21:18:16 CET 2009
Ernesto Baschny [cron IT] schrieb:
> Martin Kutschker schrieb:
>>
>> Sidenote: without libraries like ADOdb using BLOBs is no fun as some RDBMSs require extra code to
>> get/set data in them. Simple excuting of queries won't do.
>
> So the Oracle + PostgreSQL implementations that are using DBAL are using
> AdoDB?
DBAL uses ADOdb internally. DBAL does it's own query parsing, but in the end it lets ADOdb excecute
the query. The ADOdb drivers know the column types and act accordingly for BLOBs.
> Or aren't fe_sessions for example working (still a BLOB field) there?
Not that I've heard of.
Masi
More information about the TYPO3-team-core
mailing list