Hello,

If following is a good test for unbalanced transactions,
could we add it to setup- and upgrade-scripts?

select *|(or only relevant data)  from acc_trans where trans_id in
 ( select trans_id from acc_trans  group by trans_id having sum(amount) <> 0 );


Best wishes,
Herman

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to