Use uppercase collation names for SQLite (bug 224)
commit1ddb6ff2eff4ced6a4fcee6032fb17fc933e2399
authorJustin Forest <justin.forest@gmail.com>
Thu, 23 Oct 2008 11:05:05 +0000 (23 13:05 +0200)
committerThomas Perl <thp@perli.net>
Thu, 23 Oct 2008 11:05:05 +0000 (23 13:05 +0200)
tree0fb638d00ed05471882cd15eaf1f9d7ece1522f1
parent3fe7d98387fb9d1b702d84a50a290008db1c704b
Use uppercase collation names for SQLite (bug 224)

Fix problems with certain distributions/variants of
PySQLite that require collation names to be uppercase.

Thanks to Mehmet Nur Olcay for reporting this bug.
src/gpodder/dbsqlite.py