This website requires JavaScript.
Explore
Get Started
x
/
sqlalchemy-migrate
Code
Issues
Proposed changes
sqlalchemy-migrate
/
migrate
/
changeset
History
Jan Dittberner
05e39b2c6c
make migrate.changeset.constraint.ForeignKeyConstraint.autoname work
...
with SQLAlchemy 0.5 and 0.6
2010-11-09 22:33:20 +01:00
..
databases
Fix issue 94 - it was impossible to add a column with a non-unique index.
2010-09-09 15:38:42 +01:00
__init__.py
fix tests on python2.7
2010-07-14 19:04:44 +02:00
ansisql.py
use _index_identifier instead of _validate_identifier if
2010-11-09 21:38:17 +01:00
constraint.py
make migrate.changeset.constraint.ForeignKeyConstraint.autoname work
2010-11-09 22:33:20 +01:00
schema.py
Fix issue 94 - it was impossible to add a column with a non-unique index.
2010-09-09 15:38:42 +01:00