SQLite

Ticket Change Details
Login
Overview

Artifact ID: aec7efdd7b2bf3fba454d2a8c6fb2705e07c76f9
Ticket: 406d3b2ef91cfb75fc153e9b5fc970869baf2b0d
SQL function auxdata associated with parameters is not cleared
User & Date: drh 2013-07-18 14:15:00
Changes

  1. foundin changed to: "3.7.17"
  2. icomment:
    The auxiliary information associated with specific function parameters and
    registered by the sqlite3_set_auxdata() routine is not cleared when the
    function argument is a bound parameter which is modified by one of the
    sqlite3_bind_xxxx() interfaces.
    
    On the other hand, the auxdata is cleared immediately, even before the
    sqlite3_set_auxdata() routine returns, if a memory allocation error occurs.
    This latter behavior probably cannot be changed, but it at least needs to
    be documented.
    
  3. login: "drh"
  4. mimetype: "text/x-fossil-wiki"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to:
    SQL function auxdata associated with parameters is not cleared
    
  8. type changed to: "Code_Defect"