]> git.ktnx.net Git - mobile-ledger.git/commit
fix storing transaction accounts (bad typo)
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 22 Apr 2021 21:10:46 +0000 (00:10 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 22 Apr 2021 21:10:46 +0000 (00:10 +0300)
commit95f74e99982edc8750858ff9400048c3d6f07e81
tree813d22a029bf8f753a5f015927a84bfe155360d9
parentf2a76bb5342416143b39d58f9c90909307767a99
fix storing transaction accounts (bad typo)

this is the fastest storage approach, next thing to try -- compare
existing records with the new-to-be and avoid the db update alltogether
if they are the same
app/src/main/java/net/ktnx/mobileledger/dao/TransactionDAO.java