6 Commits

Author SHA1 Message Date
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
Jan Dittberner
73796f3e54 fix generation of foreign key constraint name in
migrate.changeset.constraint.ForeignKeyConstraint.autoname

use <table>_<firstcol>_fkey instead of <table>_<reftable>_fkey

Fixes Issue 101
2010-11-07 22:19:36 +01:00
iElectric
653e723ce1 move all exception classes to migrate.exceptions 2010-09-07 02:25:29 +02:00
iElectric
a3d3470d5e adding connection keyword to ORM methods 2010-07-11 17:22:28 +02:00
iElectric
a186d2edf2 add disable_logging option 2009-07-10 19:42:42 +02:00
iElectric
9cedba8b8b convert svn to hg 2009-06-30 22:50:18 +02:00