From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from eggs.gnu.org ([2001:470:142:3::10]:46032)
 by lists.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1iZNdG-0002Jb-W0
 for guix-patches@gnu.org; Mon, 25 Nov 2019 18:19:03 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1iZNdG-000786-38
 for guix-patches@gnu.org; Mon, 25 Nov 2019 18:19:02 -0500
Received: from debbugs.gnu.org ([209.51.188.43]:43952)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)
 (Exim 4.71) (envelope-from <Debian-debbugs@debbugs.gnu.org>)
 id 1iZNdF-00077W-W9
 for guix-patches@gnu.org; Mon, 25 Nov 2019 18:19:02 -0500
Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2)
 (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1iZNdF-0006ys-Qr
 for guix-patches@gnu.org; Mon, 25 Nov 2019 18:19:01 -0500
Subject: bug#38298: [PATCH 0/3] Activate database support in gnucash.
Resent-To: guix-patches@gnu.org
Resent-Message-ID: <handler.38298.D38298.157472388126741.done@debbugs.gnu.org>
From: Ludovic =?UTF-8?Q?Court=C3=A8s?= <ludo@gnu.org>
References: <878soaraak.fsf@yamatai>
Date: Tue, 26 Nov 2019 00:17:51 +0100
In-Reply-To: <878soaraak.fsf@yamatai> (Guillaume Le Vaillant's message of
 "Wed, 20 Nov 2019 13:40:03 +0100")
Message-ID: <87imn7tujk.fsf@gnu.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
List-Id: <guix-patches.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-patches>,
 <mailto:guix-patches-request@gnu.org?subject=unsubscribe>
List-Archive: <https://lists.gnu.org/archive/html/guix-patches>
List-Post: <mailto:guix-patches@gnu.org>
List-Help: <mailto:guix-patches-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-patches>,
 <mailto:guix-patches-request@gnu.org?subject=subscribe>
Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org
Sender: "Guix-patches" <guix-patches-bounces+kyle=kyleam.com@gnu.org>
To: Guillaume Le Vaillant <glv@posteo.net>
Cc: 38298-done@debbugs.gnu.org

Guillaume Le Vaillant <glv@posteo.net> skribis:

> This patch series adds database support (based on libdbi) to gnucash.
>
> Patches:
>  1- gnu: Add libdbi.
>  2- gnu: Add libdbi-drivers.
>  3- gnu: gnucash: Activate database support.

Applied all three patches, thanks!

Ludo=E2=80=99.