2014-10-07 19:51 GMT+02:00 Alok Menghrajani <[email protected]>: > Sorry, I take that back. I just looked into how dollar quoted strings > work and there is probably no safe way to sanitize such an input. > Thankfully, the issue isn't the same as backslash, so it's best to > simply ignore dollar quoted strings.
Except that apostrophes shouldn't be doubled within dollar quoted strings. This isn't really a problem when jOOQ inlines strings, but it is a problem when jOOQ parses plain SQL. Perhaps, though, that's more of a PostgreSQL-related bug, rather than a new setting. -- 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.
