Uploaded image for project: 'Torque'
  1. Torque
  2. TORQUE-222

Change unlock table behaviour in MSSQL

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0-beta1
    • Runtime
    • None

    Description

      Cunnently, the MSSQL implementation of unlockTable issues a commit, which actually releases all locks on all tables. It also has a few problems:

      • if the user wanted a rollback instead of a commit, it will not be possible because a commit has already been issued previously
      • if the connection is in autocommit mode, unlock will throw an error.

      The unlock table implementation in MSSQL should be changed to do nothing.

      Attachments

        Activity

          People

            tfischer Thomas Fox
            tfischer Thomas Fox
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: