Thread: Interesting thread about PostgreSQL and MySQL on PHPBuilder.com
Interesting thread about PostgreSQL and MySQL on PHPBuilder.com
From
"Christopher Kings-Lynne"
Date:
http://www.phpbuilder.com/board/showthread.php?s=ccf061411481032def01130b1c5 48a8c&threadid=10233290 (That's me chiming in in the middle there) I had no idea that MySQL accepted NULL values in NOT NULL columns!!!!!!!! Chris
On Wednesday 26 March 2003 06:16, Christopher Kings-Lynne wrote: > http://www.phpbuilder.com/board/showthread.php?s=ccf061411481032def01130b1c >5 48a8c&threadid=10233290 > > (That's me chiming in in the middle there) > > I had no idea that MySQL accepted NULL values in NOT NULL columns!!!!!!!! > > Chris The cruel winds of fate have dictated that I develop a MySQL compatible application. And I am finding out that, among other things, it is swallowing syntax which it has no intention of actually acting on, without the slightest hint of a warning... Didn't know about the NULL acceptance thing though. (Fortunately I can prototype the app with Postgres, which is already saving me a lot of aggro by catching the mistakes early ;-) Ian Barwick barwick@gmx.net