mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
e5e161fa7e
commit
c0a40468bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user