You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try (Connectionconnection = getConnection(); PreparedStatementpreparedStatement = connection.prepareStatement("SELECT * FROM positions WHERE name LIKE ?")) {
201
+
try (Connectionconnection = getConnection(); PreparedStatementpreparedStatement = connection.prepareStatement("SELECT * FROM positions WHERE LOWER(name) LIKE LOWER(?)")) {
0 commit comments