Help with Timestamp invalid value error

2009-09-04 Thread Proemial
I run a process which loads a series of timestamped data into a table. I use the TIMESTAMP column. I have a single value with a timestamp of '2008-03-9 2:56:34.737' which fails on insert with 'incorrect datetime'. Days before, and after work. Hours later in the day work. I thought it might

RE: Help with Timestamp invalid value error

2009-09-04 Thread John Daisley
Developer --- Sent from HP IPAQ mobile device. -Original Message- From: Proemial proem...@gmail.com Sent: Friday, September 04, 2009 2:27 PM To: mysql@lists.mysql.com Subject: Help with Timestamp invalid value error I run a process which loads a series of timestamped data

Fwd: Help with Timestamp invalid value error

2009-09-04 Thread Proemial
: Proemial proem...@gmail.com Sent: Friday, September 04, 2009 2:27 PM To: mysql@lists.mysql.com Subject: Help with Timestamp invalid value error I run a process which loads a series of timestamped data into a table.  I  use the TIMESTAMP column. I have a single value with a timestamp of '2008-03

RE: Fwd: Help with Timestamp invalid value error

2009-09-04 Thread John Daisley
Subject: Fwd: Help with Timestamp invalid value error Currently set to: NO_AUTO_VALUE_ON_ZERO,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION On Fri, Sep 4, 2009 at 10:24 AM, John Daisleyj...@butterflysystems.co.uk wrote: What is your sql_mode set to? I tried inserting that value

Re: Fwd: Help with Timestamp invalid value error

2009-09-04 Thread Proemial
invalid value error Currently set to: NO_AUTO_VALUE_ON_ZERO,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION On Fri, Sep 4, 2009 at 10:24 AM, John Daisleyj...@butterflysystems.co.uk wrote: What is your sql_mode set to? I tried inserting that value into a timestamp column on our

RE: Fwd: Help with Timestamp invalid value error

2009-09-04 Thread Gavin Towey
Subject: Fwd: Help with Timestamp invalid value error Currently set to: NO_AUTO_VALUE_ON_ZERO,STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION On Fri, Sep 4, 2009 at 10:24 AM, John Daisleyj...@butterflysystems.co.uk wrote: What is your sql_mode set to? I tried inserting