Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2024 08:40:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 278249] databases/evolution-data-server: malfunctions when databases/sqlite3 is build with option DQS off
Message-ID:  <bug-278249-6497-PhIP99qwy6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278249-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278249-6497@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=3D278249

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch 2024Q2 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D7f9936379856372d8dd8d7a7eb005a0=
fd94b1b6b

commit 7f9936379856372d8dd8d7a7eb005a0fd94b1b6b
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-04-08 09:52:26 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-04-12 08:39:16 +0000

    databases/evolution-data-server: make usable when sqlite3 has option DQS
disabled

    This port uses "%s" in some SQL queries where '%s' should have been
    used.  When the DQS (double-quoted string) misfeatures of SQLite3 is
    disabled, these queries fail and cause the error "no such column: %s".
    Change these queries to fix evolution.

    PR:             278249
    Approved by:    fluffy (gnome)
    MFH:            2024Q2

    (cherry picked from commit 50154e657e63e12df3938dcd7dc15b7e340f5a6f)

 databases/evolution-data-server/Makefile           |  2 +-
 .../files/patch-src_camel_camel-db.c (new)         | 36 ++++++++++++++++++=
++++
 2 files changed, 37 insertions(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278249-6497-PhIP99qwy6>