[ 
https://issues.apache.org/jira/browse/LANG-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722304#action_12722304
 ] 

Henri Yandell commented on LANG-493:
------------------------------------

Removing StringEscapeUtils.escapeSql. All it does is translate apostrophes to 
two apostrophes, which is not worth the method unless more is implemented. This 
is also bad in that it is encouraging people to not use PreparedStatements, 
which generally should be the item used until there is a reason not to. 

Removed in r786942.

> Remove code that does hold enough value to remain
> -------------------------------------------------
>
>                 Key: LANG-493
>                 URL: https://issues.apache.org/jira/browse/LANG-493
>             Project: Commons Lang
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 3.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to