A user is proposing a change for the MSSQL-JDBC driver, where retrieval from cache is case-insensitive, as opposed to case-sensitive as we have it now. My question is, are items stored in the cache also case-insensitive? Using the example the user provides, would [email protected] be stored as [email protected] by MSAL4J? Thanks!
A user is proposing a change for the MSSQL-JDBC driver, where retrieval from cache is case-insensitive, as opposed to case-sensitive as we have it now. My question is, are items stored in the cache also case-insensitive? Using the example the user provides, would
[email protected]be stored as[email protected]by MSAL4J? Thanks!