SQLite

Ticket Change Details
Login
Overview

Artifact ID: 23d9feb903384d47227cd64cb38e5de0654c7a5b
Ticket: bfbf38e5e9956ac69f9491e5112636ff2ecef923
Segfault on a nested join
User & Date: drh 2012-11-02 12:58:45
Changes

  1. Appended to comment:
    
    
    <hr><i>drh added on 2012-11-02 12:58:45:</i><br>
    Problem history:
    
    The query works prior to [430bb59d798286a] on 2012-04-17 in between versions 3.7.11 and 3.7.12.  In release version 3.7.12, 2012-05-14, the script
    causes a segfault in the query planner.  The query planner segfault is
    recorded by ticket [c2ad16f997ee9c8] and is fixed by check-in
    [e459c3360ba2543].  After this fix, the query reported by this ticket
    returns "misuse of aggregate: sum()".  That was the result as of
    version 3.7.13.  The current problem (a segfault in the VM while running
    the query) originates with check-in [d4cd6017c987594] on 2012-08-24, in
    between version 3.7.13 and 3.7.14.  
    
  2. priority changed to: "Immediate"
  3. resolution changed to: "Open"