SQLite

View Ticket
Login
Ticket Hash: 1a1a194d1e5f8e95573e020e17482eadb4abc2ca
Title: Assertion fault on query of virtual table with cross-column constraints
Status: Closed Type: Code_Defect
Severity: Severe Priority: Immediate
Subsystem: Unknown Resolution: Fixed
Last Modified: 2014-01-20 19:56:28
Version Found In: 3.8.2
User Comments:
drh added on 2014-01-20 19:15:05:

The following SQL script generates an assertion fault:

CREATE VIRTUAL TABLE t1 USING fts4(a,b);
SELECT * FROM t1 WHERE a=b;

Bisecting shows that this problem was introduced on 2013-01-17 (SQLite version 3.7.16) by check-in [38852f158ab20bb4].


dan added on 2014-01-20 19:56:01:

Fixed by [7d9e22187d].