As of postgresql 9.1 defaulted to
standard_conforming_strings = on
These warnings are turned to the errors, so they cannot be ignored any more:
2011-09-09 14:41:06 MSD ERROR: invalid escape string
2011-09-09 14:41:06 MSD HINT: Escape string must be empty or one character.
2011-09-09 14:41:06 MSD STATEMENT: SELECT COUNT(a0.id) FROM country a0
WHERE a0."name" LIKE '%%' ESCAPE '\\'
--
Dmitry
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Issue-getColumns-Nonstandard-use-of-in-a-string-literal-tp3386298p4785925.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.