-
-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
Description
Solution to issue cannot be found in the documentation.
- I checked the documentation.
Issue
302e685 sets SQLITE_DQS=0
but as far as I can tell, dqs=on remains the default setting for sqlite. The homebrew formula also seems to leave this setting at the default value. Setting dqs=off breaks python-diskcache
among other packages (at least until grantjenks/python-diskcache#311 is merged), and is probably unexpected as the default behavior in sqlite itself has not changed. Note that this problem didn't surface until 3.49.1 was released because 3.49.0 was marked as broken.
Installed packages
sqlite
Environment info
n/a
whophil, ewu63, lingjiankong, schmoelder, tmonk and 5 more