SQLite

Ticket Change Details
Login
Overview

Artifact ID: a81f8ab6a76b90d3738b13459149dd26b6a61681
Ticket: 28c6e830f239ea539bfa20cb5901ed496b199a2f
Segfault while parsing/compiling an SQL statement
User & Date: drh 2013-04-30 13:26:47
Changes

  1. foundin changed to: "3.7.16.2"
  2. icomment:
    The following SQL generates either a SEGFAULT or an assertion failure
    (depending on compile-time options):
    
    <blockquote><verbatim>
    CREATE TABLE t1(x);
    SELECT * FROM ((SELECT x FROM t1)) AS y;
    </verbatim></blockquote>
    
    This problem was traced to check-in [7fecced466d86a66] which was part of
    version 3.7.16.
    
  3. login: "drh"
  4. mimetype: "text/x-fossil-wiki"
  5. severity changed to: "Severe"
  6. status changed to: "Open"
  7. title changed to: "Segfault while parsing/compiling an SQL statement"
  8. type changed to: "Code_Defect"