Mercurial > hg > Feedworm
log backend/sqlalchemy/SqlAlchemyBackend.py @ 218:699d8f1cebd4
age | author | description |
---|---|---|
Sun, 27 Apr 2014 06:04:57 +0200 | Dirk Olmes | unify imports, especially Qt imports. Use consistent super syntax |
Sun, 27 Apr 2014 05:33:34 +0200 | Dirk Olmes | add source file endcoding header |
Wed, 21 Sep 2011 13:21:17 +0200 | dirk | remove obsolete methods |
Fri, 09 Sep 2011 17:19:16 +0200 | dirk | pull the calculation of the epxire date up into AbstractBackend |
Mon, 05 Sep 2011 19:43:34 +0200 | dirk | move methods around so the SqlAlchemyBackend only needs to import the class |
Mon, 05 Sep 2011 19:39:08 +0200 | dirk | adjust the sqlalchemy backend to the changes in AbstractFeedUpdater |
Sat, 27 Aug 2011 08:52:03 +0200 | Dirk Olmes | move common functionality into an abstract backend class, have both backends inherit from it. Implement enough of the couchdb backend that reading feeds (and marking feed entries as read) is possible |
Sat, 27 Aug 2011 07:32:01 +0200 | Dirk Olmes | reorder methods |