treewide: add and apply a bunch of lints
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
String escapeStringValue(String value) {
|
||||
return "'" + value.replaceAll("'", "''") + "'";
|
||||
return "'${value.replaceAll("'", "''")}'";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user