Hi, > I'm not sure what kind of escaping is being talked about.
We are talking about the _default_ escape character to use if the ESCAPE '...' clause is _not_ used. H2, PostgreSQL, and MySQL use '\' by default. Other databases don't seem to use any escape character by default (at least Derby, HSQLDB, DB2, and Oracle). The second question is how to _disable_ the _default_ escape character. MySQL, Oracle (not sure why), and now H2 support ESCAPE '' (empty string). Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
