Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eradicate trailing whitespace | David Ripton | 2014-02-26 | 1 | -1/+1 |
| | | | | | | | | | | Remove all trailing spaces and tabs in every file in the project. People have editors configured to do this, which causes them to accidentally make little whitespace changes in unrelated commits, which makes those commits harder to review. Better to fix them all at once. Change-Id: I17d89f55f41d8599e0ab1a31f646cd161289703e | ||||
* | drop SQLAlchemy < 0.6 compatibility code | Jan Dittberner | 2011-10-28 | 1 | -9/+3 |
| | |||||
* | try to get firebird stuff working with 0.6.6 | Chris Withers | 2011-02-10 | 1 | -1/+6 |
| | |||||
* | work around firebird's insistence that indexes and constraints are dropped ↵ | Chris Withers | 2011-02-10 | 1 | -7/+21 |
| | | | | before columns that are references by them. | ||||
* | move all exception classes to migrate.exceptions | iElectric | 2010-09-07 | 1 | -2/+4 |
| | |||||
* | add firebird to test_db.cfg.tmpl; fix bug when dropping a column in ↵ | iElectric | 2010-05-11 | 1 | -0/+13 |
| | | | | firebird: also drop related constraint or index | ||||
* | applying patch for issue #61 by Michael Bayer | iElectric | 2009-07-13 | 1 | -4/+6 |
| | |||||
* | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 1 | -3/+2 |
| | |||||
* | - completely refactored ColumnDelta to extract differences between ↵ | iElectric | 2009-06-27 | 1 | -4/+6 |
| | | | | | | | | columns/parameters (also fixes issue #23) - fixed some bugs (passing server_default) on column.alter - updated tests, specially ColumnDelta and column.alter - introduced alter_metadata which can preserve altering existing objects if False (defaults to True) - updated documentation | ||||
* | adding basic support for firebird, fixes #55 | iElectric | 2009-06-22 | 1 | -0/+62 |