Skip to content

Commit

Permalink
Mark database backend as experimental
Browse files Browse the repository at this point in the history
We don't guarantee data integrity simple because we don't have full test coverage.
It's only fair to warn users about this.
  • Loading branch information
gjanssens committed Feb 17, 2014
1 parent 2886897 commit b94a7bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features.phtml
Expand Up @@ -161,9 +161,10 @@ include("$top_dir/externals/menu.phtml");

<div class="featurecontainer">
<div class="featureborder">
<h2 class="featuretitle"><?php echo T_("Database support");?></h2>
<h2 class="featuretitle"><?php echo T_("Experimental database support");?></h2>
</div>
<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> by default stores data in an <b>xml</b> format. Starting with version 2.4, <span class=\"gnucash\">GnuCash</span> financial data can be stored in a <b>SQL database</b> using <b>SQLite3</b>, <b>MySQL</b> or <b>PostgreSQL</b>.");?></p>
<p class="justify"><?php echo T_("Note this feature is considered experimental. It works for most of the common use cases but some corner cases have been reported to result in data loss. The <span class=\"gnucash\">GnuCash</span> 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.");?></p>
</div>

<div class="featurecontainer">
Expand Down

0 comments on commit b94a7bc

Please sign in to comment.