log Mapping.py @ 68:525a52169f60

age author description
Tue, 10 Aug 2010 03:32:29 +0200 Dirk Olmes Make FeedEntry table object available in Mapping to use it to expire old, read feed entries.
Tue, 18 May 2010 03:12:00 +0200 Dirk Olmes the relationship between feed and its entries can be mapped as lazy -> fewer DB round trips
Sun, 16 May 2010 08:13:07 +0200 Dirk Olmes add an option to Feed that allows loading an entry's link right away instead of displaying a feed's summary
Fri, 14 May 2010 08:31:46 +0200 Dirk Olmes first system preference: configure app to stat maximized.
Wed, 05 May 2010 03:07:59 +0200 Dirk Olmes Feeds manage the point in time when the next update should happen. FeedUpdater only updates feeds that are due.
Wed, 05 May 2010 02:14:05 +0200 Dirk Olmes move the database logic out into its own module. Make everything reload safe so that multiple sessions can be created from interactive sessions
Thu, 29 Apr 2010 16:49:45 +0200 Dirk Olmes map the potentially long columns as Text (CLOB) not as String (VARCHAR)