Files
@ b3a51c3987be
Branch filter:
Location: kallithea/kallithea/controllers/followers.py
b3a51c3987be
2.1 KiB
text/x-python
db: always match user emails case insensitively
This commit removes case-sensitive email matching.
It also adds a couple of tests which fail, to demonstrate a defect in the
current implementation (using ILIKE matching instead of case-insensitive
equality comparison).
This commit removes case-sensitive email matching.
It also adds a couple of tests which fail, to demonstrate a defect in the
current implementation (using ILIKE matching instead of case-insensitive
equality comparison).