Date: Thu, 02 Mar 2023 19:35:41 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 269889] databases/sqlite3: Disabling DQS Breaks Sonarr and Emby-Server Message-ID: <bug-269889-7788-z3ow68y1NF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-269889-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-269889-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269889 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269889-7788-z3ow68y1NF>