summaryrefslogtreecommitdiff
path: root/migrate/changeset
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug with column dropping involving foreign keys.chrisw2010-09-091-0/+18
| | | Bonus: remove_from_table now understands foreign keys
* fix for issue 96: deleting a column in sqlite shouldn't delete all indexeschrisw2010-09-092-10/+16
| | | bonus: remove_from_table now removes indexes
* attempt at improving the api docs a littlechrisw2010-09-081-19/+25
|
* - capture deprecation warnings and assert they re as they should bechrisw2010-09-071-2/+5
| | | - re-word alter_column deprecation warning to make more sense
* move all exception classes to migrate.exceptionsiElectric2010-09-078-38/+20
|
* fix tests on python2.7iElectric2010-07-141-2/+5
|
* small doc correction; fixes #67iElectric2010-07-111-1/+4
|
* better document summary of changeset actionsiElectric2010-07-111-12/+7
|
* adding connection keyword to ORM methodsiElectric2010-07-113-19/+41
|
* fix unittestsJan Dittberner2010-07-041-2/+1
| | | * tested with Python 2.6, SQLAlchemy 0.6.1, PostgreSQL, MySQL and SQLite
* move to unittest2, update README for testing instructionsiElectric2010-06-201-0/+1
|
* add firebird to test_db.cfg.tmpl; fix bug when dropping a column in ↵iElectric2010-05-111-0/+13
| | | | firebird: also drop related constraint or index
* fix MySQL failing tests with autoincrementiElectric2010-05-021-4/+6
|
* SA06 tests fix, thanks to Mike BayeriElectric2010-05-021-0/+7
|
* unified warnings, use compare columns in testsiElectric2010-05-011-2/+4
|
* move warning exceptions to right moduleiElectric2010-05-012-1/+5
|
* deprecate two columns alteriElectric2010-04-301-0/+5
|
* partly fix SA0.6 tests on postgresiElectric2010-04-241-2/+2
|
* fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvtiElectric2010-03-121-3/+0
|
* more SA06 fixesiElectric2010-02-051-2/+2
|
* SA06 fixeshudson@fubarite.fubar.si2010-02-051-2/+9
|
* apply Emil Kroymann's patch for Issue 75emil.kroymann2010-01-072-1/+10
|
* mergeiElectric2009-08-102-1/+10
|\
| * add disable_logging optioniElectric2009-07-101-1/+1
| |
| * add populate_default kwarg to column.create, fixes issue #50iElectric2009-07-011-0/+9
| |
| * convert svn to hgiElectric2009-06-3012-0/+1688
|
* applying patch for issue #61 by Michael BayeriElectric2009-07-133-5/+9
|
* add support for SA 0.6 by Michael BayeriElectric2009-06-2910-122/+205
|
* updated changeset documentation, added alter_metadata to all schema classesiElectric2009-06-281-45/+87
|
* add not supported exceptions for sqlite constraintsiElectric2009-06-271-3/+19
|
* always return delta when using alter constructsiElectric2009-06-271-0/+3
|
* - completely refactored ColumnDelta to extract differences between ↵iElectric2009-06-277-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 #55iElectric2009-06-224-3/+74
|
* finally, tests pass for all supported dialectsiElectric2009-06-212-12/+16
|
* some more PEP8 loveiElectric2009-06-214-12/+15
|
* fix bug when initializing CheckConstraintiElectric2009-06-201-1/+0
|
* updated changeset tests. whole package is finally PEP8. fixed mysql ↵iElectric2009-06-207-147/+147
| | | | tests&bugs. updated docs where apropriate. changeset test coverage almost at 100%
* - refactor migrate.changeset;iElectric2009-06-167-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 constraintsiElectric2009-06-126-209/+117
|
* use sqlalchemy preparer to do SQL quote formatting. this is a raw change, ↵iElectric2009-06-118-117/+109
| | | | tests are yet to be written
* lipstick changesiElectric2009-06-103-34/+35
|
* add support for ondelete and oncascade to ANSI-SQL foreign key creationjan.dittberner2009-02-201-0/+4
| | | address Issue 48
* mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLitejan.dittberner2009-02-181-0/+12
| | | update corresponding test case
* PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rstjan.dittberner2009-01-254-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 updatejan.dittberner2009-01-251-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 changejan.dittberner2009-01-251-2/+3
|
* make migrate.changeset.databases PEP-8 clean and add it to the API docsjan.dittberner2009-01-256-91/+190
|
* move .. automodule stuff to docs/api.rstjan.dittberner2009-01-251-17/+3
|
* make migrate.schema.ansisql PEP8 clean and add some sphinx docstringsjan.dittberner2009-01-251-105/+150
|
* first sphinx docstringsjan.dittberner2009-01-252-1/+25
|