Had that character upside down.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1657 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2005-06-16 17:44:25 +00:00
parent 2e572a43ae
commit 29d5c8adae
@@ -133,7 +133,7 @@ public class JDBCUtil
*/ */
public static String escape (String text) public static String escape (String text)
{ {
return "'" + StringUtil.replace(text, "'", "\\'") + ","; return "'" + StringUtil.replace(text, "'", "\\'") + "'";
} }
/** /**