Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036810Retail ModulesWeb POSpublic2017-09-08 09:222017-09-08 09:22
guilleaer 
Retail 
normalminoralways
newopen 
5
 
 
No
0036810: escape function in Retail ProcessHQLQuery class. Needed?
escape function in Retail ProcessHQLQuery class. Needed?


  public static String escape(String value) {
    return value == null ? "" : value.replaceAll("'", "''");
  }


Seems to be not used anywhere. I think that it can be removed
N/A
N/A
No tags attached.
Issue History
2017-09-08 09:22guilleaerNew Issue
2017-09-08 09:22guilleaerAssigned To => Retail
2017-09-08 09:22guilleaerTriggers an Emergency Pack => No

There are no notes attached to this issue.