]> git.evergreen-ils.org Git - Evergreen.git/commit
Escape the backslash to avoid warning in PostgreSQL 9.0-
authorDan Scott <dan@coffeecode.net>
Tue, 20 Dec 2011 16:33:33 +0000 (11:33 -0500)
committerThomas Berezansky <tsbere@mvlc.org>
Tue, 20 Dec 2011 18:00:40 +0000 (13:00 -0500)
commita7cf3cf191a6f36fe6cbd9df88f6faeb928d9b06
treecdb78df9f767bd07294f84039614ce13bf132861
parentf71a2399f60242b868fe6e65e4ea4d6ad5f27378
Escape the backslash to avoid warning in PostgreSQL 9.0-

In PostgreSQL 9.1, "standard_conforming_strings" is ON by default and
there's no warning - but previous versions of PostgreSQL will see the
backslash and throw a warning about how you haven't escaped the
backslash. Thanks to Thomas Berezansky for noticing.

Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/tests/datasets/concerto.sql