[open-ils-commits] r7540 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jul 12 22:05:35 EDT 2007
Author: miker
Date: 2007-07-12 22:00:40 -0400 (Thu, 12 Jul 2007)
New Revision: 7540
Modified:
trunk/Open-ILS/src/sql/Pg/020.schema.functions.sql
Log:
hushing a warning about standard string escaping
Modified: trunk/Open-ILS/src/sql/Pg/020.schema.functions.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/020.schema.functions.sql 2007-07-12 14:40:20 UTC (rev 7539)
+++ trunk/Open-ILS/src/sql/Pg/020.schema.functions.sql 2007-07-13 02:00:40 UTC (rev 7540)
@@ -3,7 +3,7 @@
REGEXP_REPLACE(
REGEXP_REPLACE(
$1,
- '\\W*$',
+ E'\W*$',
''
),
' ',
More information about the open-ils-commits
mailing list