Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix bug with column dropping involving foreign keys. | chrisw | 2010-09-09 | 1 | -0/+18 | |
| | | | Bonus: remove_from_table now understands foreign keys | |||||
* | fix for issue 96: deleting a column in sqlite shouldn't delete all indexes | chrisw | 2010-09-09 | 2 | -10/+16 | |
| | | | bonus: remove_from_table now removes indexes | |||||
* | attempt at improving the api docs a little | chrisw | 2010-09-08 | 1 | -19/+25 | |
| | ||||||
* | - capture deprecation warnings and assert they re as they should be | chrisw | 2010-09-07 | 1 | -2/+5 | |
| | | | - re-word alter_column deprecation warning to make more sense | |||||
* | move all exception classes to migrate.exceptions | iElectric | 2010-09-07 | 8 | -38/+20 | |
| | ||||||
* | fix tests on python2.7 | iElectric | 2010-07-14 | 1 | -2/+5 | |
| | ||||||
* | small doc correction; fixes #67 | iElectric | 2010-07-11 | 1 | -1/+4 | |
| | ||||||
* | better document summary of changeset actions | iElectric | 2010-07-11 | 1 | -12/+7 | |
| | ||||||
* | adding connection keyword to ORM methods | iElectric | 2010-07-11 | 3 | -19/+41 | |
| | ||||||
* | fix unittests | Jan Dittberner | 2010-07-04 | 1 | -2/+1 | |
| | | | * tested with Python 2.6, SQLAlchemy 0.6.1, PostgreSQL, MySQL and SQLite | |||||
* | move to unittest2, update README for testing instructions | iElectric | 2010-06-20 | 1 | -0/+1 | |
| | ||||||
* | 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 | |||||
* | fix MySQL failing tests with autoincrement | iElectric | 2010-05-02 | 1 | -4/+6 | |
| | ||||||
* | SA06 tests fix, thanks to Mike Bayer | iElectric | 2010-05-02 | 1 | -0/+7 | |
| | ||||||
* | unified warnings, use compare columns in tests | iElectric | 2010-05-01 | 1 | -2/+4 | |
| | ||||||
* | move warning exceptions to right module | iElectric | 2010-05-01 | 2 | -1/+5 | |
| | ||||||
* | deprecate two columns alter | iElectric | 2010-04-30 | 1 | -0/+5 | |
| | ||||||
* | partly fix SA0.6 tests on postgres | iElectric | 2010-04-24 | 1 | -2/+2 | |
| | ||||||
* | fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvt | iElectric | 2010-03-12 | 1 | -3/+0 | |
| | ||||||
* | more SA06 fixes | iElectric | 2010-02-05 | 1 | -2/+2 | |
| | ||||||
* | SA06 fixes | hudson@fubarite.fubar.si | 2010-02-05 | 1 | -2/+9 | |
| | ||||||
* | apply Emil Kroymann's patch for Issue 75 | emil.kroymann | 2010-01-07 | 2 | -1/+10 | |
| | ||||||
* | merge | iElectric | 2009-08-10 | 2 | -1/+10 | |
|\ | ||||||
| * | add disable_logging option | iElectric | 2009-07-10 | 1 | -1/+1 | |
| | | ||||||
| * | add populate_default kwarg to column.create, fixes issue #50 | iElectric | 2009-07-01 | 1 | -0/+9 | |
| | | ||||||
| * | convert svn to hg | iElectric | 2009-06-30 | 12 | -0/+1688 | |
| | ||||||
* | applying patch for issue #61 by Michael Bayer | iElectric | 2009-07-13 | 3 | -5/+9 | |
| | ||||||
* | add support for SA 0.6 by Michael Bayer | iElectric | 2009-06-29 | 10 | -122/+205 | |
| | ||||||
* | updated changeset documentation, added alter_metadata to all schema classes | iElectric | 2009-06-28 | 1 | -45/+87 | |
| | ||||||
* | add not supported exceptions for sqlite constraints | iElectric | 2009-06-27 | 1 | -3/+19 | |
| | ||||||
* | always return delta when using alter constructs | iElectric | 2009-06-27 | 1 | -0/+3 | |
| | ||||||
* | - completely refactored ColumnDelta to extract differences between ↵ | iElectric | 2009-06-27 | 7 | -212/+321 | |
| | | | | | | | | 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 | 4 | -3/+74 | |
| | ||||||
* | finally, tests pass for all supported dialects | iElectric | 2009-06-21 | 2 | -12/+16 | |
| | ||||||
* | some more PEP8 love | iElectric | 2009-06-21 | 4 | -12/+15 | |
| | ||||||
* | fix bug when initializing CheckConstraint | iElectric | 2009-06-20 | 1 | -1/+0 | |
| | ||||||
* | updated changeset tests. whole package is finally PEP8. fixed mysql ↵ | iElectric | 2009-06-20 | 7 | -147/+147 | |
| | | | | tests&bugs. updated docs where apropriate. changeset test coverage almost at 100% | |||||
* | - refactor migrate.changeset; | iElectric | 2009-06-16 | 7 | -209/+224 | |
| | | | | | | | - 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 | 6 | -209/+117 | |
| | ||||||
* | use sqlalchemy preparer to do SQL quote formatting. this is a raw change, ↵ | iElectric | 2009-06-11 | 8 | -117/+109 | |
| | | | | tests are yet to be written | |||||
* | lipstick changes | iElectric | 2009-06-10 | 3 | -34/+35 | |
| | ||||||
* | add support for ondelete and oncascade to ANSI-SQL foreign key creation | jan.dittberner | 2009-02-20 | 1 | -0/+4 | |
| | | | address Issue 48 | |||||
* | mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLite | jan.dittberner | 2009-02-18 | 1 | -0/+12 | |
| | | | update corresponding test case | |||||
* | PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rst | jan.dittberner | 2009-01-25 | 4 | -205/+311 | |
| | | | | | - code cleanup in the remaining migrate.changeset files - add migrate.changeset.exceptions and migrate.changeset.schema to api.rst - add more information to CHANGELOG | |||||
* | cleanup in migrate.changeset.ansisql and api doc update | jan.dittberner | 2009-01-25 | 1 | -43/+37 | |
| | | | | | remove old commented code in ansisql.py add some ReST docstrings in ansisql.py add migrate.changeset.constraint link ins api.rst | |||||
* | revert stupid test case breaking change | jan.dittberner | 2009-01-25 | 1 | -2/+3 | |
| | ||||||
* | make migrate.changeset.databases PEP-8 clean and add it to the API docs | jan.dittberner | 2009-01-25 | 6 | -91/+190 | |
| | ||||||
* | move .. automodule stuff to docs/api.rst | jan.dittberner | 2009-01-25 | 1 | -17/+3 | |
| | ||||||
* | make migrate.schema.ansisql PEP8 clean and add some sphinx docstrings | jan.dittberner | 2009-01-25 | 1 | -105/+150 | |
| | ||||||
* | first sphinx docstrings | jan.dittberner | 2009-01-25 | 2 | -1/+25 | |
| |