This website requires JavaScript.
Explore
Get Started
x
/
sqlalchemy-migrate
Code
Issues
Proposed changes
73796f3e54
Branches
Tags
View all branches
sqlalchemy-migrate
/
migrate
/
changeset
/
databases
History
chrisw
adf4113a0b
Fix issue 94 - it was impossible to add a column with a non-unique index.
...
Also implement more functionality with unique and foreign key constrains for sqlite.
2010-09-09 15:38:42 +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 issue 94 - it was impossible to add a column with a non-unique index.
2010-09-09 15:38:42 +01:00
visitor.py
adding connection keyword to ORM methods
2010-07-11 17:22:28 +02:00