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

Update JDBC metadata to match actual capabilities

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.8.1
    • 2.10, 2.9.1
    • sql
    • fix the issue when Ignite JDBC drivers return metadata with invalid information about actual capabilities
    • Release Notes Required

    Description

      In our JDBC metadata some capabilities are reported not to be supported, while in fact they are. E.g. I see

          /** {@inheritDoc} */
          @Override public boolean supportsAlterTableWithAddColumn() throws SQLException {
              return false;
          }
      
          /** {@inheritDoc} */
          @Override public boolean supportsAlterTableWithDropColumn() throws SQLException {
              return false;
          }
      

      while in fact `ALTER TABLE ADD/DROP COLUMN` are supported.
      Need to go through the list of capabilities and correct them.

      Attachments

        Issue Links

          Activity

            People

              tledkov-gridgain Taras Ledkov
              tledkov-gridgain Taras Ledkov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m