rogerbinns / apsw

Another Python SQLite wrapper
https://rogerbinns.github.io/apsw/
Other
733 stars 97 forks source link

Don't cache pragmas #522

Closed rogerbinns closed 3 months ago

rogerbinns commented 4 months ago

It is possible that Connection.pragma could be setting encryption keys or similar confidential action. They should be run with can_cache = False.