Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-3114

Harmonize sql state thrown when closing a connection with pending transaction between net end embedded drivers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 10.3.1.4
    • None
    • JDBC
    • None

    Description

      • Embedded (thrown from EmbedConnection#close):

      State: 25000 (LANG_INVALID_TRANSACTION_STATE)
      Text in English locale: "Invalid transaction state."

      • Network client (thrown from Connection#checkForTransactionInProgress)

      State: 25001 (CANNOT_CLOSE_ACTIVE_CONNECTION)
      Text in English locale: "Cannot close a connection while a transaction is still active."

      I don't see why these should differ between the drivers. The network client
      error message is more explanatory, I think.

      The standard says about disconnect statement, section 17.3, general
      rule 6: If any SQL-connection in L is active, then an exception
      condition is raised: invalid transaction state - active SQL-transaction.

      According to section 23.1 SQLSTATE (p.1075):

      Subcondition: Active SQL transaction
      subclass: 001

      so, in this case, so it would appear that the use of 25001 is correct,
      not 25000. I suggest we change embedded to use 25001 also, and release
      note it, since it has application impact.

      Attachments

        1. Main.java
          6 kB
          Dag H. Wanvik

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dagw Dag H. Wanvik
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: