update work items

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4811 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-06-26 19:56:38 +00:00
parent e5e161fa7e
commit c0a40468bf

View File

@ -326,6 +326,15 @@ operation is probably OK.
-- implement price change events
-- implement a version table so that we can be upwardly compatible
with future database changes.
-- use FOREIGN KEY to ensure that table integrity is maintained.
-- use table constraint ON DELETE to make sure we have no
dangling splits when a transaction is deleted. As added
benefit, this might simplify some logic.
-- during sync, detect and report conflicting edits to accounts
and transactions. See the notes for pgendSync() for details
as to what this is about. For the first pass, this is not a