Case-insensitive channel sorting
commit55dd7cbb2b99ed793e5b7c51a29700ef5e38212b
authorJustin Forest <justin.forest@gmail.com>
Tue, 5 Aug 2008 18:44:54 +0000 (5 22:44 +0400)
committerThomas Perl <thp@perli.net>
Thu, 7 Aug 2008 13:05:27 +0000 (7 15:05 +0200)
tree3560337a4edadd22416cc21c8fe6ac75cabbd7cc
parentcd2771928d67579de4e0c8681edd80cc74c3e84e
Case-insensitive channel sorting

Implemented as a custom collation because the only collation
supported by SQLite natively is binary, which is case-sensitive.
src/gpodder/dbsqlite.py