WIP: Add tanos jlpt tags to database

This commit is contained in:
2025-04-29 21:11:09 +02:00
parent adb2d687fb
commit fa4353bae0
14 changed files with 653 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
String escapeStringValue(String value) {
return "'" + value.replaceAll("'", "''") + "'";
}