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