[TYPO3-dev] TYPO3 and Oracle

Dmitry Dulepov typo3 at accio.lv
Wed Jun 28 10:02:17 CEST 2006


Hi!

Martin Kutschker wrote:
> It seems that the new version of TYPO3/DBAL will drop the NOT NULL 
> defintion from the fields. So you'll won't need them with the next release.

Not good because result of comparison is undefined when column is null 
according to SQL standard. So, if it is null, both of these will be true 
at the same time:

x = 'a'
x <> 'a'

Bad change in my opinion.

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-dev mailing list