Skip to content

Commit

Permalink
Merge pull request wso2#5852 from asha15/loginFlow
Browse files Browse the repository at this point in the history
Correct column reference from "VALUE" to Value
  • Loading branch information
asha15 authored Aug 12, 2024
2 parents 1f65923 + 4e61713 commit 64f041d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public static class SQLQueries {

public static final String GET_IDP_BY_TENANT_POSTGRESQL_TAIL = "TENANT_ID = ? AND NAME != '" + RESIDENT_IDP + "' " +
"AND IDP.ID NOT IN (SELECT IDP_ID FROM IDP_METADATA WHERE TENANT_ID = IDP.TENANT_ID AND " +
"NAME = 'isSystemReservedIdP' AND \"VALUE\" = 'true') ORDER BY %s LIMIT ? OFFSET ?";
"NAME = 'isSystemReservedIdP' AND VALUE = 'true') ORDER BY %s LIMIT ? OFFSET ?";

public static final String GET_IDP_BY_TENANT_INFORMIX =
"SELECT SKIP ? FIRST ? ID, NAME, DESCRIPTION, IS_ENABLED, IMAGE_URL, UUID ";
Expand Down

0 comments on commit 64f041d

Please sign in to comment.