Hello,

i think there is a problem if a field is kind of blob in firebird.

exemple :

tidesc => BLOB SUB_TYPE 1 SEGMENT SIZE 80 CHARACTER SET NONE COLLATE NONE

JOOQ generate this insert : 

insert into "TIERS" ("TIDESC") values (cast(? as blob sub_type text(8))) 

the problem is that blob sub type text(8) is not valid, it should be "blob 
sub_type 1"

do you think i can get around this with the jooq actual version ? disable 
the cast ? change the cast ?

thanks in advance

-- 
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.

Reply via email to