I'm using the jooq sql parser with the intention of outputting sql and bind values. Unfortunatly the sql coming out of jooq has either named ":param" or indexed by "?". How would I go about having jooq output sequenced index markers such as "$1", "$2" etc?
-- 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 jooq-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/8405b074-cb9e-4be5-9f2d-f8bc74d2fde8n%40googlegroups.com.