This website requires JavaScript.
Explore
Get Started
x
/
sqlalchemy-migrate
Code
Issues
Proposed changes
sqlalchemy-migrate
/
migrate
/
changeset
/
databases
History
chrisw
5cf42fbf76
fix for issue 96: deleting a column in sqlite shouldn't delete all indexes
...
bonus: remove_from_table now removes indexes
2010-09-09 09:15:28 +01:00
..
__init__.py
some more PEP8 love
2009-06-21 09:17:23 +00:00
firebird.py
move all exception classes to migrate.exceptions
2010-09-07 02:25:29 +02: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 for issue 96: deleting a column in sqlite shouldn't delete all indexes
2010-09-09 09:15:28 +01:00
visitor.py
adding connection keyword to ORM methods
2010-07-11 17:22:28 +02:00