[TYPO3-core] RFC: Fix FE user login for DBAL

Dmitry Dulepov typo3 at accio.lv
Wed Jun 28 19:13:58 CEST 2006


Hi!

Martin Kutschker wrote:
> This won't work in Oracle:
> 
> table t ( x varchar(10) NOT NULL );
> insert into t (x) values ('')
> 
> This is a possible table definition, but pointless as it won't work either:
> 
> table t ( x varchar(10) DEFAULT '' NOT NULL );
> insert into t (x) values ('')

What about this:

table t ( x varchar(10) DEFAULT '' );
insert into t values ()

and what is the value of x in such case? I assume it is null, right? :(

> Get yourself a copy of Oracle XE (free, but registration required) and 
> see the madness :-) BTW, I just talked to a dev who thinks this is 
> reasonable...

You know, I hate Oracle :) So if I can skip it at any occasion, I will 
do it :)

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