From b94a7bc657d0bd6e3e8edda0f44e4f2d732b3801 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 17 Feb 2014 16:01:20 +0100 Subject: [PATCH] Mark database backend as experimental We don't guarantee data integrity simple because we don't have full test coverage. It's only fair to warn users about this. --- features.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features.phtml b/features.phtml index c6383f11..4948458a 100644 --- a/features.phtml +++ b/features.phtml @@ -161,9 +161,10 @@ include("$top_dir/externals/menu.phtml");
-

+

GnuCash by default stores data in an xml format. Starting with version 2.4, GnuCash financial data can be stored in a SQL database using SQLite3, MySQL or PostgreSQL.");?>

+

GnuCash developers fix each issue as it gets reported. There is however no full test coverage so there may still be scenarios left that result in data loss.");?>