summaryrefslogtreecommitdiff
path: root/database/database_connection.py
AgeCommit message (Expand)AuthorFilesLines
2011-06-22database.database_connection: Fix _copy_exceptionslmr1-2/+11
2010-03-03Add option to database_connection so that logging can be turned on via object...mbligh1-2/+2
2009-12-07Fix handling of database reconnects in the scheduler by enhancing the "django...showard1-3/+12
2009-10-05beginnings of a new scheduler functional test. this aims to test the entire ...showard1-4/+52
2009-03-12Add the concept of an Atomic Group to the scheduler and database.showard1-1/+7
2008-11-13Remove some dead code that was apparently left in database_connection.py.showard1-8/+0
2008-10-07Get the scheduler unittest to run against SQLite!showard1-6/+14
2008-10-03Add a generic database wrapper, supporting different database backends, to be...showard1-0/+250