I am trying to execute an insert query with value of one column as single 
character ' (apostrophe). But jooq is inserting empty string in that case. 

The insert query generated is "insert into table (id, name, description) 
values ('beda5cc5-c601-4992-8103-cca58f33f2ab', '$cBPS$''$cBPS$', null)"

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