Mailman results for Rose-db-object

2005-09-30 Thread rose-db-object-request
This is an automated response. There were problems with the email commands you sent to Mailman via the administrative address <[EMAIL PROTECTED]>. To obtain instructions on valid Mailman email commands, send email to <[EMAIL PROTECTED]> with the word "help" in the subject line or in the body of t

Re: [RDBO] problem with MySQL date and datetime columns

2005-09-30 Thread John Siracusa
On 9/30/05, Uwe Voelker <[EMAIL PROTECTED]> wrote: > Given this schema: > > CREATE TABLE `DATUM` ( >`ID` int(10) unsigned NOT NULL auto_increment, >`DATUM` datetime NOT NULL default '-00-00 00:00:00', >`DATUM2` date NOT NULL default '-00-00', >PRIMARY KEY (`ID`) > ) > > I c

[RDBO] problem with MySQL date and datetime columns

2005-09-30 Thread Uwe Voelker
Hello John, it's "the ugly" MySQL again ;-) Given this schema: CREATE TABLE `DATUM` ( `ID` int(10) unsigned NOT NULL auto_increment, `DATUM` datetime NOT NULL default '-00-00 00:00:00', `DATUM2` date NOT NULL default '-00-00', PRIMARY KEY (`ID`) ) I can not save a record witho