Mercurial > hg > Feedworm
log Mapping.py @ 30:ee1432a91141
age | author | description |
---|---|---|
Thu, 29 Apr 2010 16:49:45 +0200 | Dirk Olmes | map the potentially long columns as Text (CLOB) not as String (VARCHAR) |
Thu, 29 Apr 2010 16:48:16 +0200 | Dirk Olmes | add a read flag for feed entries so they can be marked read |
Tue, 27 Apr 2010 02:38:21 +0200 | Dirk Olmes | Feed.url -> Feed.rss_url |
Tue, 27 Apr 2010 02:30:50 +0200 | Dirk Olmes | add a creation date for the feed entry |
Mon, 26 Apr 2010 20:46:37 +0200 | Dirk Olmes | add the updated date of the feed |
Mon, 26 Apr 2010 19:33:07 +0200 | Dirk Olmes | retrieve a feed for the given URL, store entries as feed_entry rows into the database |
Mon, 26 Apr 2010 17:40:55 +0200 | Dirk Olmes | First skeleton for sqlalchemy: define the mapping and create the first feed |