SQLite

Ticket Change Details
Login
Overview

Artifact ID: 627b5554601b75b1f9088b6a3bfed8e50e582677d8a00c72a63ca9a5fb157e7b
Ticket: 299b50ba812d8e54d446d5a14d9daeac472e72e4
UPDATE on table with two generated columns and CHECK clause results in segfault
User & Date: mrigger 2019-11-06 23:10:53
Changes

  1. foundin changed to: "3.30.0"
  2. icomment:
    The following test case results in a segfault:
    
    <pre>
    CREATE TABLE t0(c0, c1 AS(c0 + c2), c2 AS(c1) CHECK(c2));
    UPDATE t0 SET c0 = NULL; -- Segmentation fault
    </pre>
    
  3. login: "mrigger"
  4. mimetype: "text/x-fossil-wiki"
  5. severity changed to: "Critical"
  6. status changed to: "Open"
  7. title changed to:
    UPDATE on table with two generated columns and CHECK clause results in segfault
    
  8. type changed to: "Code_Defect"