]> git.ktnx.net Git - mobile-ledger.git/commitdiff
account name auto-complete: convert input to upper case
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 21 Feb 2021 10:13:18 +0000 (12:13 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 1 Mar 2021 06:00:42 +0000 (06:00 +0000)
the database uses case_sensitive_like pragma for other reasons, so
thi lookup query needs to be adapted. this wasn't a problem before
the adoption of Room for database structure migration with all the
connection-level pragmas, used by the account storage part


No differences found