Description
Suppose we have a cache with
cacheCfg.setSqlSchema("emp");
Then, both
conn.setSchema("emp"); conn.setSqlSchema("\"emp\"");
fail with error "Failed to set schema for DB connection for thread [schema="emp"]"
And only
conn.setSchema("EMP");
works which is confusing.
Attachments
Issue Links
- links to