summaryrefslogtreecommitdiff
path: root/src/mailman/database/base.py
Commit message (Expand)AuthorAgeFilesLines
* We do not need _database_exists() or _make_temporary() any more either.Barry Warsaw2014-09-231-14/+0
* Since we don't have migrations, we don't need the ITemporaryDatabase stuff,Barry Warsaw2014-09-231-38/+0
* Re-add the _prepare() method for SQLite permissions.Barry Warsaw2014-09-221-0/+10
* Clean up pass.Barry Warsaw2014-09-221-13/+12
* * remove some unused codeAbhilash Raj2014-09-191-31/+26
* * fix the circular dependecy problem between User and AdressAbhilash Raj2014-09-191-12/+0
* all tests except for importer working(ignoring test_migrations.py)Abhilash Raj2014-09-181-41/+16
* modify all storm queries to work with SAAbhilash Raj2014-09-121-44/+55
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-83/+6
* add new database base model for sqlalchemyAbhilash Raj2014-09-041-0/+38
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-011-9/+2
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-191-0/+1
* The version component is no longer necessary.Barry Warsaw2012-07-251-3/+0
* Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-7/+0
* Very nearly there with PostgreSQL support for testing the beta2 migration.Barry Warsaw2012-07-251-3/+7
* Checkpointing Postgres port of test suite.Barry Warsaw2012-07-231-9/+23
* Get test suite completely working:Barry Warsaw2012-07-201-1/+1
* trunk mergeBarry Warsaw2012-06-031-5/+4
|\
| * General code cleanup.Barry Warsaw2012-04-251-5/+4
* | - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-081-4/+11
|/
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-32/+73
* copybumpBarry Warsaw2012-01-011-1/+1
* * Fix a couple of spelling errors.Barry Warsaw2011-11-021-14/+10
* Add database specific pre- and post- reset callbacks. Use this to implementBarry Warsaw2011-10-231-0/+18
* - Be a little more careful about preparing the SQL statements for executionBarry Warsaw2011-10-221-2/+9
* Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP:Barry Warsaw2011-10-221-0/+159