LuaSQLite3

Ticket Change Details
Login

Ticket Change Details

Overview

Artifact ID: e41a5871c2b666aba2048258f2f41f50f11e7518
Ticket: 6779edfea83bac9fc0a234b149662fdd477a5ed1
sqlite3_wal_checkpoint[_v2] not available in lua binding
User & Date: anonymous 2018-08-15 11:42:09
Changes

  1. foundin changed to: "0.9.5"
  2. icomment:
    The functions necessary for manually issueing checkpoints, sqlite3_wal_checkpoint() and _checkpoint_v2() are not available in the lua bindings.
    
    I've got an application proof of concept that is experiencing unbounded wal file growth, and would like to issue some manual checkpoints, but the API isn't available.
    
    (I'm also going to try returning to default, and setting a busy timeout, which will reduce the importance of this to me personally if it works.  I enabled wal mode because I was getting "db busy" too much)
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "1bd085044c8240496089df4b6c3aa22f004d1adc"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to:
    sqlite3_wal_checkpoint[_v2] not available in lua binding
    
  9. type changed to: "Feature_Request"