[TYPO3-core] RFC: Fix FE user login for DBAL
Dmitry Dulepov
typo3 at accio.lv
Wed Jun 28 14:30:28 CEST 2006
Hi!
Karsten Dambekalns wrote:
> On Wednesday 28 June 2006 11:30, Dmitry Dulepov wrote:
>> Why and where do we need null columns?
>
> Basically for all fields not having a default in all databases other than
> MySQL (because they have no implicit default value). In the specially sucking
> case of Oracle we need null even for those having an explicit default of '',
> as it is treated like null.
I mean, when in typo3 we need NULL columns? Is there any code that
inserts NULL or expects NULL in columns? If no, we can live with:
int default 0
varchar(xxx) default ''
It should work with all databases including Oracle.
Dmitry.
--
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-team-core
mailing list