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

Couchbase incorrect update count returned

XMLWordPrintable

      1. For a bulk insert query:
        INSERT INTO SmallA (IntKey, StringKey) VALUES (100, '100'),(101, '101'),(102, '102'),(103, '103')
        

        update row count is 1 even though all 4 rows are inserted correctly into database.

      2. For a delete query:
        DELETE FROM SmallA WHERE StringKey=101;
        

        returned 'deleted number of rows' is 0, though the row was deleted from database.

              rhn-engineering-shawkins Steven Hawkins
              jstastny@redhat.com Jan Stastny
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: