Can you please show the Java / jOOQ code that you wrote to produce this query?
Cheers, Lukas 2015-01-28 10:13 GMT+01:00 <[email protected]>: > 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. > -- 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.
