Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire github mirror, repo moved to opendevHEADmaster | Jim Rollenhagen | 2019-09-26 | 1 | -108/+0 |
| | |||||
* | drop SQLAlchemy < 0.6 compatibility code | Jan Dittberner | 2011-10-28 | 1 | -5/+2 |
| | |||||
* | move all exception classes to migrate.exceptions | iElectric | 2010-09-07 | 1 | -4/+3 |
| | |||||
* | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 1 | -2/+7 |
| | |||||
* | - completely refactored ColumnDelta to extract differences between ↵ | iElectric | 2009-06-27 | 1 | -13/+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 | ||||
* | finally, tests pass for all supported dialects | iElectric | 2009-06-21 | 1 | -8/+15 |
| | |||||
* | some more PEP8 love | iElectric | 2009-06-21 | 1 | -4/+2 |
| | |||||
* | updated changeset tests. whole package is finally PEP8. fixed mysql ↵ | iElectric | 2009-06-20 | 1 | -2/+3 |
| | | | | tests&bugs. updated docs where apropriate. changeset test coverage almost at 100% | ||||
* | update docs, delete obsolete code in constraints | iElectric | 2009-06-12 | 1 | -5/+3 |
| | |||||
* | use sqlalchemy preparer to do SQL quote formatting. this is a raw change, ↵ | iElectric | 2009-06-11 | 1 | -3/+4 |
| | | | | tests are yet to be written | ||||
* | make migrate.changeset.databases PEP-8 clean and add it to the API docs | jan.dittberner | 2009-01-25 | 1 | -31/+61 |
| | |||||
* | add support for SA 0.5 | christian.simms | 2008-08-28 | 1 | -4/+4 |
| | |||||
* | - make test_shell not assume Python code is compiled | christian.simms | 2008-03-21 | 1 | -1/+1 |
| | | | | - update results in test_shell so that it works in Postgresql - make Oracle changesets generate valid sql syntax when a modified column's default value changes to NULL | ||||
* | moved trunk, branches and tags to project root | jan.dittberner | 2008-02-06 | 1 | -0/+79 |
fixes Issue #5 |