A small correction...

2014-10-06 13:12 GMT+02:00 Lukas Eder <[email protected]>:

> I prefer this not to be strictly tied to backslash escaping, as other
> databases (such as PostgreSQL) may implement additional means of escaping.
> Also, I don't think that any interaction with the Connection setting is a
> good idea, in particular when tampering with such settings. I believe that
> the suggestion involving calls to "SET @@SESSION.sql_mode..." originates
> from a local use-case, and it will probably break in more general contexts,
> e.g. in setups that other users may have.
>

I just realised that MySQL actually performs backslash escaping *in
addition* to double-apostrophe escaping. I guess there really is room for a
simple backslashEscaping boolean property in Settings, then... We'll
implement that for jOOQ 3.5.0

-- 
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.

Reply via email to