Simplify database purging code for single channels
commit7567453a978ddf8660f780fa83e6b4e6cd5461df
authorThomas Perl <thp@perli.net>
Tue, 14 Oct 2008 21:01:20 +0000 (14 23:01 +0200)
committerThomas Perl <thp@perli.net>
Tue, 14 Oct 2008 21:01:20 +0000 (14 23:01 +0200)
tree3a6d54ad112c3d9aa269c74fa48b913aade36780
parent0a3caebf12a512a3cd4dd4e78a68a78337f3aeb5
Simplify database purging code for single channels

Make the purge() function in dbsqlite simpler by only
allowing a single channel to be purged at a time. This
reduces the amounts of SQL queries.
src/gpodder/dbsqlite.py