bug in 3.23.22-beta

2001-01-19 Thread Marc Swanson
Hello list, I am wondering if this bug I found in 3.23.22-beta is a known bug that has been fixed in laater servers. How to replicate: create table test_bug ( text_field varchar(20) NOT NULL, date_field timestamp(14) ); insert into test_bug (text_field,date_field) values

Re: bug in 3.23.22-beta

2001-01-19 Thread Rolf Hopkins
ql list" [EMAIL PROTECTED] Sent: Friday, January 19, 2001 21:43 Subject: bug in 3.23.22-beta Hello list, I am wondering if this bug I found in 3.23.22-beta is a known bug that has been fixed in laater servers. How to replicate: create table test_bug ( text_field varchar(20) NOT

Re: bug in 3.23.22-beta

2001-01-19 Thread Basil Hussain
Hi, That's no bug. That is what timestamp is, current date and current time no matter whether you insert or update. Read the manual more carefully. What I think you want is date column, not timestamp. If you really do want to store an actual timestamp figure in your table without it being