diff options
author | Pavel Volkov <pavelivolkov@gmail.com> | 2023-03-13 10:46:16 +0100 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-03-14 00:06:38 +0100 |
commit | 5fd5f3398b665540ed77893b792e7372f8087f2f (patch) | |
tree | ce270d34f6de5d863cfb25225af25bc02ddf042e /UPDATING | |
parent | c3ec50a697c6804433e781ed1ae96c3ce0e56b40 (diff) | |
download | freebsd-ports-5fd5f3398b665540ed77893b792e7372f8087f2f.zip |
databases/sqlite3: reenable the DQS option
Due to various ports not being prepared for this change (see 20230227
entry), the DQS option of databases/sqlite3 has been reenabled as a
stop gap measure. It is scheduled to be disabled again for good no
earlier than 20240101, giving downstream software authors more time
to fix their queries.
PR: 270064
Fixes: 47912ce2e613211aecf6ecdfc58681b7aca0df33
See also: PR 269889, 269966, 269950
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20230313: + AFFECTS: users of databases/sqlite3 + AUTHOR: fuz@FreeBSD.org + + Due to various ports not being prepared for this change (see 20230227 + entry), the DQS option of databases/sqlite3 has been reenabled as a + stop gap measure. It is scheduled to be disabled again for good no + earlier than 20240101, giving downstream software authors more time + to fix their queries. + + See also: https://sqlite.org/quirks.html#dblquote + 20230311: AFFECTS: users of net/dshell AUTHOR: nobutaka@FreeBSD.org |