Skip to content
Snippets Groups Projects

Draft: Resolve "Task: Prepare tests for Sprint 2 Milestone"

1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
@@ -105,13 +105,4 @@ public class QueryService {
private String normalizeQuery(String query) {
return query;
}
private boolean checkValidity(String query) {
String queryparts[] = query.toLowerCase().split("from");
if (queryparts[0].contains("select")) {
//TODO add more checks
return true;
}
return false;
}
}
Loading