I do not remember exactly, but I think that the type of the column you are trying to parse is not known by the DBXTalk driver. The type looks like a DateAndTime so you should check whatâs the code it comes and maybe add the type in the conversion table. Sorry not been able to be more clear, but Iâm talking by memory here :) Esteban
On 21 Oct 2014, at 23:47, bsselfridge@gmail.com wrote:
Whenever I try to select a table that has timestamp defined columns I'm getting the following error:
"OpenDBXDriverError: OpenDBXDriver: Unsupported data type: UNKNOWN, trying to parse 2011-03-31 17:38:35"
I've traced this down into the NBOpenDBX_ApiH>>odbx_column_type:pos: method. I don't know if this is a DBXTalk problem or an OpenDBX problem, or simply that OpenDBX does not support timestamp column types for MySQL database.
My system is:
Pharo 3.0. MySql DBXTalk
Thanks,
B Selfridge
-- View this message in context: http://forum.world.st/Pharo-OpenDBXDriver-Unsupported-data-type-UNKNOWN-tp47... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.