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:
@@ -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, "'", "\\'") + "'";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user