Mercurial > hg > Feedworm
log Database.py @ 110:43c234c8fe87
age | author | description |
---|---|---|
Wed, 11 Aug 2010 02:30:47 +0200 | Dirk Olmes | have the DB URL as parameter when creating a session and fall back to commandline arguments if no DB URL was passed in |
Fri, 23 Jul 2010 04:39:08 +0200 | Dirk Olmes | make sqlalchemy logging configurable through the --databaseLogging commandline parameter |
Fri, 14 May 2010 06:16:05 +0200 | Dirk Olmes | database URL must be given as commandline argument now, no need for creating complicated config files. Add a menu entry for opening the selected article in browser. |
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 |