SQLite Forum

Query Lookaside Allocation for Current Connection
Login

Query Lookaside Allocation for Current Connection

(1) By Mark Benningfield (mbenningfield1) on 2020-11-16 15:49:54 [source]

Is there any way to query the lookaside allocation for a connection? All of the other DB_CONFIG verbs are queryable (well, except for MAINDBNAME).

Granted, I only really need this for testing purposes, and I have a workaround with a bit of add-on code for the SQLite build. But as you can imagine, it is brittle as hell.