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

SQL TX: JDBC driver meta data update.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.7
    • jdbc, mvcc, sql
    • None

    Description

      Since we've implemented a transactional SQL, we need to reflect it in our JDBC driver. At the moment our implementation of java.sql.DatabaseMetaData returns incorrect data. For example, methods

      • boolean supportsTransactions()

      and 

      • boolean supportsTransactionIsolationLevel(int level)

      return hardcoded false value, which is incorrect if MVCC is enabled. We need to fix it.

       

      Attachments

        Issue Links

          Activity

            People

              rkondakov Roman Kondakov
              rkondakov Roman Kondakov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: