SQLite

Ticket Change Details
Login
Overview

Artifact ID: db4451b8f4f2e0dcfc5a7d11aec7931050fb459ee12213db0291903dfa5ece15
Ticket: 02f0f4c54f2819b3623e6f86128086a83b0a1b62
The ".dump" comman crashes following PRAGMA empty_result_callbacks=1
User & Date: drh 2017-08-28 10:57:31
Changes

  1. icomment:
    The following script causes the command-line shell to crash:
    
    <blockquote><verbatim>
    PRAGMA empty_result_callbacks=1;
    .dump
    </verbatim></blockquote>
    
    This is a problem in the command-line shell program, not the the core SQLite
    library.  The problem seems to have been introduced by check-in
    [a0028d4808275c] on 2009-05-21 and first appeared in SQLite 3.6.15.
    
  2. login: "drh"
  3. mimetype: "text/x-fossil-wiki"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    The ".dump" comman crashes following PRAGMA empty_result_callbacks=1
    
  7. type changed to: "Code_Defect"