]> git.ktnx.net Git - mobile-ledger.git/commitdiff
SQLiteOpenHelper wrapper doesn't need to implement AutoCloseable
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 27 Apr 2019 20:19:37 +0000 (23:19 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 27 Apr 2019 20:19:37 +0000 (23:19 +0300)
db life is hand-managed, opened at application start and shut down
on application termination


No differences found