SQLite Forum

Detect whether database was opened in shared cache mode
Login
Is this on purpose that such an interface is missing? For almost all options and features there are functions or pragma statements to query the current status. Why not for the shared cache mode?

I guess that internally SQLite must be able to determine this to take the right actions. Maybe function `sqlite3_db_status` could be extended to return this information?