Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6556

setSchema() is case sensitive in the wrong way in Thin JDBC driver

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.2
    • 2.3
    • sql
    • None

    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

          Activity

            People

              tledkov-gridgain Taras Ledkov
              ilyak Ilya Kasnacheev
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: