Michael DeMan wrote:
objectsWithFetchSpecification, includeDeleted: false
[2006-01-06 11:07:42 PST] <Thread-2>
<com.gemini.radius.wo.WorkingPage> long response thread raised :
com.webobjects.jdbcadaptor.JDBCAdaptorException: Cannot convert value
'0000-00-00 00:00:00' from column 1 to TIMESTAMP.
[2006-01-06 11:07:42 PST] <Thread-2> STACK TRACE:
[2006-01-06 11:07:42 PST] <Thread-2>
com.webobjects.jdbcadaptor.JDBCAdaptorException: Cannot convert value
'0000-00-00 00:00:00' from column 1 to TIMESTAMP.
MySQL 5 is much stricter with data type checking. As you can see from
the above, your application is trying to store 0000-00-00 00:00:00 as a
timestamp. But that value is not a valid timestamp according to
relevant standards.
Have you tried validating your timestamp values to make sure they are
correct before sending them onto MySQL?
HTH
-arturo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]