Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-4871

Google translator missing support for transaction rollback

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 9.3
    • Documentation
    • None
      • INSERT INTO SmallA(Intkey, Intnum) VALUES (1, 1), (2, 2)
      • START TRANSACTION
      • DELETE FROM SmallA WHERE IntNum = 2
      • ROLLBACK
      • SELECT Intkey, Intnum from smalla //returns only row (1,1)

    Description

      Rollback of transaction (or transactions at all?) seem to be not supported, I tried to set for google resource adapter:
      <transaction-support>LocalTransaction</transaction-support>
      but still sequence of queries like the one described in steps to reproduce doesn't reflect the rollback.

      Attachments

        Activity

          People

            rhn-engineering-shawkins Steven Hawkins
            lfabriko@redhat.com Lucie Krejcirova
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: