summaryrefslogtreecommitdiff
path: root/migrate/changeset/constraint.py
Commit message (Collapse)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-261-199/+0
|
* drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-281-3/+0
|
* make migrate.changeset.constraint.ForeignKeyConstraint.autoname workJan Dittberner2010-11-091-3/+11
| | | with SQLAlchemy 0.5 and 0.6
* fix generation of foreign key constraint name inJan Dittberner2010-11-071-2/+2
| | | | | | | migrate.changeset.constraint.ForeignKeyConstraint.autoname use <table>_<firstcol>_fkey instead of <table>_<reftable>_fkey Fixes Issue 101
* move all exception classes to migrate.exceptionsiElectric2010-09-071-1/+1
|
* adding connection keyword to ORM methodsiElectric2010-07-111-4/+8
|
* add disable_logging optioniElectric2009-07-101-1/+1
|
* convert svn to hgiElectric2009-06-301-0/+190