Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use native quote attribute introduced in sqla 0.9 | Thomas Goirand | 2014-03-05 | 1 | -1/+5 |
| | | | | | | | | | In SQLA 0.9 there is now a native .quote attribute on many objects. Conditionally use this instead of the old method if the attribute exists, to remove deprecation messages (and prepare for when the other way will be fully removed). Change-Id: I3c5fada13e044c1c4102acc0455226ce1524f2e2 | ||||
* | drop SQLAlchemy < 0.6 compatibility code | Jan Dittberner | 2011-10-28 | 1 | -36/+7 |
| | |||||
* | move all exception classes to migrate.exceptions | iElectric | 2010-09-07 | 1 | -1/+4 |
| | |||||
* | fix MySQL failing tests with autoincrement | iElectric | 2010-05-02 | 1 | -4/+6 |
| | |||||
* | apply Emil Kroymann's patch for Issue 75 | emil.kroymann | 2010-01-07 | 1 | -0/+9 |
| | |||||
* | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 1 | -30/+36 |
| | |||||
* | - completely refactored ColumnDelta to extract differences between ↵ | iElectric | 2009-06-27 | 1 | -10/+4 |
| | | | | | | | | 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 | ||||
* | updated changeset tests. whole package is finally PEP8. fixed mysql ↵ | iElectric | 2009-06-20 | 1 | -24/+26 |
| | | | | tests&bugs. updated docs where apropriate. changeset test coverage almost at 100% | ||||
* | - refactor migrate.changeset; | iElectric | 2009-06-16 | 1 | -8/+0 |
| | | | | | | | - visitors are refactored to be more unified - constraint module is refactored, CheckConstraint is added - documentation is partialy updated, dialect support table is added (unfinished) - test_constraint was updated NOTE: oracle and mysql were not tested, *may be broken* | ||||
* | update docs, delete obsolete code in constraints | iElectric | 2009-06-12 | 1 | -2/+3 |
| | |||||
* | use sqlalchemy preparer to do SQL quote formatting. this is a raw change, ↵ | iElectric | 2009-06-11 | 1 | -21/+6 |
| | | | | 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 | -16/+40 |
| | |||||
* | most of the tests are now working with nose. | percious17 | 2008-12-02 | 1 | -2/+16 |
| | |||||
* | add support for SA 0.5 | christian.simms | 2008-08-28 | 1 | -1/+1 |
| | |||||
* | integrated patch by Christian Simms posted at ↵ | jan.dittberner | 2008-02-14 | 1 | -0/+1 |
| | | | | | | http://groups.google.com/group/migrate-users/browse_thread/thread/952a2185baf70c4d fix all test cases for sqlalchemy>=0.4 and still works with sqlalchemy>=0.3.10 fixes #9 | ||||
* | moved trunk, branches and tags to project root | jan.dittberner | 2008-02-06 | 1 | -0/+61 |
fixes Issue #5 |