Yes, well, that calls QueryPart.toString(), and most QueryPart instances know nothing about your Configuration, Settings, SQLDialect, etc.
On Tue, Jan 16, 2024 at 4:56 PM 'Jens Schwarzer' via jOOQ User Group < [email protected]> wrote: > I meant it shows "ABC''DEF" within the debugger > On Tuesday 16 January 2024 at 16:52:07 UTC+1 [email protected] wrote: > >> What does this mean in code: >> >> >>> When evaluating the valueCondition we see that the included sqlValues >>> contains "ABC''DEF" instead of "ABC\'DEF". >>> >> >> How do you "evaluate" the condition? >> > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jooq-user/4b4c08b1-4a5a-4289-9a03-c3ed98656ca7n%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/4b4c08b1-4a5a-4289-9a03-c3ed98656ca7n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAB4ELO43Ab2VYVFLMM5t0kMwx2PSYtp7QUqD6V6XsH0USbTF4A%40mail.gmail.com.
