summaryrefslogtreecommitdiff
path: root/src/mailman/database/factory.py
Commit message (Expand)AuthorAgeFilesLines
* added support for migrations via alembicAbhilash Raj2014-09-241-0/+7
* Since we don't have migrations, we don't need the ITemporaryDatabase stuff,Barry Warsaw2014-09-231-22/+4
* Clean up pass.Barry Warsaw2014-09-221-0/+1
* modify all storm queries to work with SAAbhilash Raj2014-09-121-3/+3
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* remove debuggingBarry Warsaw2013-09-011-1/+0
* Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-011-7/+11
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* The final bit of refactoring puts the specifics of making a temporary databaseBarry Warsaw2012-07-251-52/+6
* Fix resetting PostgreSQL databases, thus making the full test suite pass withBarry Warsaw2012-07-251-2/+34
* Add a temporary database factory so we can remove more cruft from theBarry Warsaw2012-07-251-0/+35
* Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-0/+80