1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 10 months ago. based on code collected over 1 year ago.
Jul 17, 2023 — Jul 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
convert svn to hg More... over 16 years ago
applying patch for issue #60 from entequak More... over 16 years ago
add support for SA 0.6 by Michael Bayer More... over 16 years ago
removing old changelog More... over 16 years ago
change dev location More... over 16 years ago
update changelog internal links More... over 16 years ago
updated changeset documentation, added alter_metadata to all schema classes More... over 16 years ago
add not supported exceptions for sqlite constraints More... over 16 years ago
always return delta when using alter constructs More... over 16 years ago
- completely refactored ColumnDelta to extract differences between 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 More... over 16 years ago
adding basic support for firebird, fixes #55 More... over 16 years ago
finally, tests pass for all supported dialects More... over 16 years ago
add ability to download development version from pypi More... over 16 years ago
fix syntax error More... over 16 years ago
some more PEP8 love More... over 16 years ago
fix bug when initializing CheckConstraint More... over 16 years ago
updated changeset tests. whole package is finally PEP8. fixed mysql tests&bugs. updated docs where apropriate. changeset test coverage almost at 100% More... over 16 years ago
- refactor migrate.changeset; - 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* More... over 16 years ago
update docs, delete obsolete code in constraints More... over 16 years ago
update documentation More... over 16 years ago
removed magical behavior with importing migrate_engine, now engine is passed to upgrade/downgrade functions More... over 16 years ago
use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tests are yet to be written More... over 16 years ago
lipstick changes More... over 16 years ago
update tests for schema, refactor a bit More... over 16 years ago
update README, add docs to repository.py and schema.py More... over 16 years ago
fix setup.py More... over 16 years ago
updated migrate.versioning.repository tests and docs, update README More... over 16 years ago
update tests and docs for migrate.versioning.script.* More... over 16 years ago
change isinstance(obj, (str, unicode)) to isinstance(obj, basestring) as suggested by Piotr Ożarowski More... over 16 years ago
start work on 0.5.5 More... over 16 years ago