[Bug 269966] net/vnstat: no longer works after databases/sqlite3 disabled DQS
Date: Tue, 07 Mar 2023 19:28:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269966 Henry <PopularMoment@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |PopularMoment@protonmail.co | |m --- Comment #6 from Henry <PopularMoment@protonmail.com> --- Created attachment 240646 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=240646&action=edit enable DQS at run time Reading the docs at https://sqlite.org/quirks.html#dblquote the third argument should be 1 when the DQS quirks are disabled by default. I've attached a refinement of Joshua Kinard's patch that enables both SQLITE_DBCONFIG_DQS_DDL and SQLITE_DBCONFIG_DQS_DML. This appears to work around the problem till it is reported and fixed upstream. -- You are receiving this mail because: You are the assignee for the bug.