Hello, >From a high level, I'd say "dt_ultima_movimentacao" is of a BINARY or VARBINARY or BLOB type, and you fetched it as a string instead...
Could you please provide a bit more information to help see what's going on? I mean: - The database you're using - The jOOQ version you're using - The DDL of the table - The full jOOQ query that you've used Cheers, Lukas 2015-05-13 22:23 GMT+02:00 Rafael da Silva Monteiro Leite < [email protected]>: > Hi, > > I have one selection (SelectOnConditionStep) your name is record, and i > get a column from this select: > > record.getValue(field("dt_ultima_movimentacao")) > > > In your return, not return my date. return this : > > [50, 48, 49, 53, 45, 48, 52, 45, 49, 55] > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
