GNOME Bugzilla – Bug 160845
mysql timestamp type to_string makes a mess
Last modified: 2007-02-05 14:21:10 UTC
we define timestamp as this: { "timestamp", "", "Time stamp", GDA_VALUE_TYPE_TIMESTAMP }, unfortunatly, AFAIR gda value timestamps are pretty much expected to be iso formated, or similar, a mysql timestamp uses the format yyyymmddhhiiss hence using to_string on it produces strange results. a few options exist to work around this: a) use GDA_VALUE_TYPE_STRING b) modify fill_gda_value to convert timestamps (that are not null) to iso format.. (by adding a few - / :'s)
Sorry, I don't understand what this bug report is requesting. What part of the code is this about? How would the problem be experienced?
Please do reopen this bug if there still seems to be a problem. For now, I'm closing it as too old to be relevant.