Thread safe SQLite interaction
commit71144243c8853a60bb6873013e78616463ee9c05
authorJustin Forest <justin.forest@gmail.com>
Wed, 6 Aug 2008 08:18:41 +0000 (6 12:18 +0400)
committerThomas Perl <thp@perli.net>
Thu, 7 Aug 2008 13:05:36 +0000 (7 15:05 +0200)
tree68bb21e73519d63a44ccca9e38bf09e152923c2b
parent55dd7cbb2b99ed793e5b7c51a29700ef5e38212b
Thread safe SQLite interaction

Makes the SQLite interaction thread safe, required for threaded
feed updates and other threaded things that are coming.  The changes
are completely internal and do not affect the usage.  Also, some
commit() calls were removed (after selects, where they did nothing).
src/gpodder/dbsqlite.py