[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2880] branches/1.2
- Subject: SF.net SVN: ledger-smb:[2880] branches/1.2
- From: ..hidden..
- Date: Wed, 10 Feb 2010 04:32:28 +0000
Revision: 2880
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2880&view=rev
Author: einhverfr
Date: 2010-02-10 04:32:28 +0000 (Wed, 10 Feb 2010)
Log Message:
-----------
Accepting akaihola's changes to release notes
Modified Paths:
--------------
branches/1.2/doc/release_notes
branches/1.2/sql/fixes/transactions_pkey_repost.sql
Modified: branches/1.2/doc/release_notes
===================================================================
--- branches/1.2/doc/release_notes 2010-02-10 01:24:06 UTC (rev 2879)
+++ branches/1.2/doc/release_notes 2010-02-10 04:32:28 UTC (rev 2880)
@@ -101,9 +101,9 @@
repost invoices) in an upcoming version as we continue to re-engineer the
application.
-Additionally there is a known issue where reposting invoices more than once causes
-a primary key issue on the transactions table. A fix for this is distributed in
-sql/fixes.
+Additionally there is a known issue (SourceForge ID: 2761045) where reposting
+invoices more than once causes a primary key issue on the transactions table. A
+fix for this is distributed in sql/fixes/transactions_pkey_repost.sql.
3.2: Tax rate changes
LedgerSMB 1.2.x's database structure does not handle tax rate changes properly. A
Modified: branches/1.2/sql/fixes/transactions_pkey_repost.sql
===================================================================
--- branches/1.2/sql/fixes/transactions_pkey_repost.sql 2010-02-10 01:24:06 UTC (rev 2879)
+++ branches/1.2/sql/fixes/transactions_pkey_repost.sql 2010-02-10 04:32:28 UTC (rev 2880)
@@ -1,3 +1,9 @@
+-- This is a fix for a known issue (SourceForge ID: 2761045) where reposting
+-- invoices more than once causes a primary key issue on the transactions table.
+--
+-- For more information, see:
+-- http://www.mail-archive.com/..hidden../msg01560.html
+-- https://sourceforge.net/tracker/?func=detail&aid=2761045&group_id=175965&atid=875350
CREATE RULE ap_track_d AS ON DELETE TO ap DO ALSO DELETE FROM transactions
WHERE id = old.id AND table_name = 'ap';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.