summaryrefslogtreecommitdiff
path: root/src/mailman/database/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-1/+1
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-1/+1
* Clean up the database directory.Barry Warsaw2016-03-241-7/+6
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Checkpointing.Barry Warsaw2014-11-301-1/+1
* We do not need _database_exists() or _make_temporary() any more either.Barry Warsaw2014-09-231-37/+3
* Since we don't have migrations, we don't need the ITemporaryDatabase stuff,Barry Warsaw2014-09-231-2/+0
* Clean up pass.Barry Warsaw2014-09-221-2/+2
* all tests except for importer working(ignoring test_migrations.py)Abhilash Raj2014-09-181-1/+1
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-2/+2
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-261-2/+30
|\
| * The final bit of refactoring puts the specifics of making a temporary databaseBarry Warsaw2012-07-251-0/+28
| * Fix resetting PostgreSQL databases, thus making the full test suite pass withBarry Warsaw2012-07-251-2/+0
| * Add a temporary database factory so we can remove more cruft from theBarry Warsaw2012-07-251-24/+0
| * A few more tweaks to get PostgreSQL working.Barry Warsaw2012-07-251-4/+0
| * One more refactoring.Barry Warsaw2012-07-251-3/+3
| * Refactor once again for SQLite/PostgreSQL differences.Barry Warsaw2012-07-251-0/+8
| * No need to parameterize the exceptions, since Storm does this for us.Barry Warsaw2012-07-251-2/+0
| * Very nearly there with PostgreSQL support for testing the beta2 migration.Barry Warsaw2012-07-251-0/+2
| * Checkpointing Postgres port of test suite.Barry Warsaw2012-07-231-1/+23
|/
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-5/+2
* copybumpBarry Warsaw2012-01-011-1/+1
* * Fix a couple of spelling errors.Barry Warsaw2011-11-021-0/+13
* Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP:Barry Warsaw2011-10-221-0/+46