From: Damyan Ivanov Date: Sun, 21 Feb 2021 10:13:18 +0000 (+0200) Subject: account name auto-complete: convert input to upper case X-Git-Tag: v0.17.0~71 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=d0c7376f092d1778ec8bab43cd2017eab723d521;hp=d0c7376f092d1778ec8bab43cd2017eab723d521;p=mobile-ledger.git account name auto-complete: convert input to upper case 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 ---