Magnus Warker
2013-06-25 09:09:46 UTC
Hi,
my mysql server reported the following error today:
com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect datetime
value: ''2013-06-25 11:01:02'' for column 'end' at row 1
The column has the type 'datetime' and contains already many values of
the form 'YYYY-MM-DD HH:MM:SS'.
If I execute an update command manually, I am also able to insert the
above value into the table.
The format is correct. So what is the problem?
Thanks
Magnus
my mysql server reported the following error today:
com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect datetime
value: ''2013-06-25 11:01:02'' for column 'end' at row 1
The column has the type 'datetime' and contains already many values of
the form 'YYYY-MM-DD HH:MM:SS'.
If I execute an update command manually, I am also able to insert the
above value into the table.
The format is correct. So what is the problem?
Thanks
Magnus