This website requires JavaScript.
Explore
Get Started
x
/
sqlalchemy-migrate
Code
Issues
Proposed changes
sqlalchemy-migrate
/
migrate
/
changeset
/
databases
History
Chris Withers
c80120da55
work around firebird's insistence that indexes and constraints are dropped before columns that are references by them.
2011-02-10 15:19:00 +00:00
..
__init__.py
some more PEP8 love
2009-06-21 09:17:23 +00:00
firebird.py
work around firebird's insistence that indexes and constraints are dropped before columns that are references by them.
2011-02-10 15:19:00 +00:00
mysql.py
move all exception classes to migrate.exceptions
2010-09-07 02:25:29 +02:00
oracle.py
move all exception classes to migrate.exceptions
2010-09-07 02:25:29 +02:00
postgres.py
applying patch for issue
#61
by Michael Bayer
2009-07-13 18:45:52 +02:00
sqlite.py
fix sqlite column dropper now that the table is only modified after the visitor is run
2011-02-10 15:17:28 +00:00
visitor.py
adding connection keyword to ORM methods
2010-07-11 17:22:28 +02:00