Skip to content

Commit

Permalink
Change query placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
tharikaGitHub committed Jun 24, 2024
1 parent 3fcd7bc commit 6363447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6275,8 +6275,8 @@ public Application getApplicationByName(String applicationName, String userId, S

prepStmt = fillQueryParams(connection, query, groupIds, 1);
prepStmt.setString(++parameterIndex, tenantDomain);
prepStmt.setString(++parameterIndex, userId);
prepStmt.setString(++parameterIndex, tenantDomain + '/' + groupId);
prepStmt.setString(++parameterIndex, userId);
prepStmt.setString(++parameterIndex, applicationName);
} else {
if (forceCaseInsensitiveComparisons) {
Expand Down

0 comments on commit 6363447

Please sign in to comment.