From 602fe4700c22da381ef58b9e15e4d15a4e657dde Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 3 Jun 2001 23:30:12 +0000 Subject: [PATCH] updates git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4402 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/sql/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/engine/sql/README b/src/engine/sql/README index 7948588471..e7d5b0223e 100644 --- a/src/engine/sql/README +++ b/src/engine/sql/README @@ -239,11 +239,12 @@ multi-user mode is fundamentally broken unless they are fixed. as to what this is about. For the first pass, this is not a serious issue; its a 'nice to have' thing. --- add versioning support for price db. We should add version numbers - to the prices, and check version numbers when updating prices. +-- bug: price editing from price edit gui only causes price to be deleted, + the new price is not stored ... -- implement account rollback (i.e. if other user has modified the account, we need to do something to merge their work into ours...) + ditto for prices ... -- transaction rollback is 'incorrect'; sort of ?? since we should roll back to what's in the db, and not the old stored transaction ...