diff options
author | Bradley M. Kuhn <bkuhn@ebb.org> | 2013-01-18 17:04:08 -0500 |
---|---|---|
committer | Bradley M. Kuhn <bkuhn@ebb.org> | 2013-02-18 14:08:46 -0500 |
commit | c0206418f730b0df45898dcf4280d9d96e801bb1 (patch) | |
tree | 7ece12a1ed6a853cba5cac9db0c47863b549f6d8 /contrib/README | |
parent | 9fcdfc893c41447099169bf4ad51f5856db399a1 (diff) | |
download | fork-ledger-c0206418f730b0df45898dcf4280d9d96e801bb1.tar.gz fork-ledger-c0206418f730b0df45898dcf4280d9d96e801bb1.tar.bz2 fork-ledger-c0206418f730b0df45898dcf4280d9d96e801bb1.zip |
Correct regular expression for account queries to avoid inclusion of sub-accounts.
The previous queries had a bug whereby an account in the form "A:B" would
include all transactions for sub accounts such as "A:B:C".
That's not the intended effect. Entries should appear in the lowest level
account, and not in their parent.
The regular expression now is anchored at start and finish in both queries to
ensure this works correctly.
Diffstat (limited to 'contrib/README')
0 files changed, 0 insertions, 0 deletions