SQLite Forum

Query Lookaside Allocation for Current Connection
Login
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.