On Tue, Oct 7, 2014 at 9:46 AM, Alok Menghrajani <[email protected]> wrote: >>> > I prefer this not to be strictly tied to backslash escaping, as other >>> > databases (such as PostgreSQL) may implement additional means of >>> > escaping. >>> >>> Do you want a pull request to support PostgreSQL's escaping? >> >> >> Let's first discuss how this could be implemented. It's not a priority >> though, so if you don't have an immediate stake, I'd prefer not to include >> it in jOOQ 3.5.0 anymore. > > I don't think it's a priority, just something we may potentially need > in the future.
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. Alok -- 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.
