1. 89f84db by showard · 16 years ago
  2. 8bcd23a Move all MySQLdb imports after the 'import common' so that a MySQLdb by mbligh · 16 years ago
  3. a9a9101 Remove some dead code that was apparently left in database_connection.py. by showard · 16 years ago
  4. b1e5187 Get the scheduler unittest to run against SQLite! by showard · 16 years ago
  5. 0a4e022 Remove unused imports. by showard · 16 years ago
  6. 442e71e Move migration system into database/ directory. by showard · 16 years ago
  7. 0e73c85 Add a generic database wrapper, supporting different database backends, to be used by migrate, scheduler, parser (eventually), and maybe others. This will consolidate the multiple database wrappers we have throughout the code and allow us to swap in SQLite for MySQL for unit testing purposes. by showard · 16 years ago