PR #138 introduces the following updates:
Bug Fixes
- Added
nullif
logic to account for "divide by zero" errors inint_quickbooks__deposit_double_entry
andint_quickbooks__deposit_transactions
for whentotal_amount
values from thedeposit
source table
are zero.
Under the Hood
- Added integrity test
deposit_ledger_amounts_match
within integration tests to compare deposit amounts betweenint_quickbooks__deposit_double_entry
and deposittransaction_type
values inquickbooks__general_ledger
. - Modified seed files in
integration_tests
to reproduce issue and confirm fixes.
Full Changelog: v0.14.0...v0.14.1