SQLite

Ticket Change Details
Login
Overview

Artifact ID: ce84c7528fac3d0302168b51492987608e83a09e
Ticket: 1a1a194d1e5f8e95573e020e17482eadb4abc2ca
Assertion fault on query of virtual table with cross-column constraints
User & Date: drh 2014-01-20 19:15:05
Changes

  1. foundin changed to: "3.8.2"
  2. icomment:
    The following SQL script generates an assertion fault:
    
    <blockquote><pre>
    CREATE VIRTUAL TABLE t1 USING fts4(a,b);
    SELECT * FROM t1 WHERE a=b;
    </pre></blockquote>
    
    Bisecting shows that this problem was introduced on [2013-01-17]
    (SQLite version 3.7.16) by check-in [38852f158ab20bb4].
    
  3. login: "drh"
  4. mimetype: "text/x-fossil-wiki"
  5. severity changed to: "Severe"
  6. status changed to: "Open"
  7. title changed to:
    Assertion fault on query of virtual table with cross-column constraints
    
  8. type changed to: "Code_Defect"