[Bug 269889] databases/sqlite3: Disabling DQS Breaks Sonarr and Emby-Server
Date: Thu, 02 Mar 2023 19:35:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269889 Robert Clausecker <fuz@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fuz@FreeBSD.org --- Comment #6 from Robert Clausecker <fuz@FreeBSD.org> --- Note that the DQS feature can be enabled on a per connection basis with code like this: sqlite3_db_config(db, SQLITE_DBCONFIG_DQS_DDL, 0, (void*)0); sqlite3_db_config(db, SQLITE_DBCONFIG_DQS_DML, 0, (void*)0); I suppose a patch that just sets up these options when connecting to the database should not be too hard to come up with. -- You are receiving this mail because: You are the assignee for the bug.