summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update version number in docs/conf.py0.7Jan Dittberner2011-05-271-2/+2
* add migrate.__version__ (Fixes issue 111)Jan Dittberner2011-05-273-0/+14
* update changelog and version informationJan Dittberner2011-05-272-4/+18
* bump version number to 0.7 to indicate SQLA 0.7 compatibilityJan Dittberner2011-05-271-1/+1
* no special treatment for SQLA 0.7 required in migrate.changeset.ansisqlJan Dittberner2011-05-271-8/+4
* remove commented codeJan Dittberner2011-05-261-5/+0
* fix unit test for adding new columns with foreign keysJan Dittberner2011-05-262-4/+20
* use DatabaseError instead of ProgrammingError because behaviour seems to be d...Jan Dittberner2011-05-251-1/+1
* table.drop() raises ProgrammingError in SQLAlchemy 0.7 instead of SQLError (a...Jan Dittberner2011-05-251-4/+11
* SQLAlchemy 0.7's column.foreign_keys is a set and has no _list (addresses #112)Jan Dittberner2011-05-251-8/+32
* use proper encoding instead of True (addresses #112)Jan Dittberner2011-05-251-7/+7
* fix one more test (addresses #112)Jan Dittberner2011-05-251-1/+4
* use Table._columns to remove columns (addresses #112)Jan Dittberner2011-05-252-2/+6
* psycopg2 downloads from initrd.org work without workaroundJan Dittberner2011-05-251-3/+1
* add Developing with migrations tutorial linkiElectric2011-05-081-0/+1
* mergeiElectric2011-04-2911-115/+99
|\
| * start next iterationJan Dittberner2011-02-113-3/+6
| * update version in docs/conf.pyJan Dittberner2011-02-111-3/+3
| * Added tag v0.6.1 for changeset c2526dce0768Jan Dittberner2011-02-111-0/+1
| * finalize changelog for 0.6.10.6.1Jan Dittberner2011-02-111-1/+1
| * Bring back alter_metadata on ColumnDelta: it seems intertwined with a lot of ...Chris Withers2011-02-112-29/+56
| * try to get firebird stuff working with 0.6.6Chris Withers2011-02-101-1/+6
| * remove the alter_metadata featureChris Withers2011-02-104-120/+42
| * work around firebird's insistence that indexes and constraints are dropped be...Chris Withers2011-02-101-7/+21
| * fix sqlite column dropper now that the table is only modified after the visit...Chris Withers2011-02-101-0/+9
| * firebird can only drop named foreign keysChris Withers2011-02-101-1/+2
| * These drop indexes appear to only be for firebird.Chris Withers2011-02-101-2/+0
| * Only alter the SA objects after running the visitor, so the visitor may inspectChris Withers2011-02-101-2/+1
| * fix py2.4 and py2.5Domen Kožar2011-02-051-1/+1
| * mergeDomen Kožar2011-02-051-1/+1
| |\
| | * use mirrored copy of kinterbasedb to cope with SourceForge reliability problemsJan Dittberner2011-02-051-1/+1
| * | fixes #107Domen Kožar2011-02-052-7/+8
| |/
| * fixes #106Domen Kožar2011-02-052-6/+10
* | add elixir tutorial to docsiElectric2011-04-292-1/+9
|/
* fixes #105iElectric2010-12-061-1/+1
* mergeiElectric2010-11-163-8/+29
|\
| * make migrate.changeset.constraint.ForeignKeyConstraint.autoname workJan Dittberner2010-11-091-3/+11
| * use _index_identifier instead of _validate_identifier ifJan Dittberner2010-11-092-5/+18
* | adding faq section to docsiElectric2010-11-162-0/+14
|/
* use absolute imports of exception classes (fixes tests)Jan Dittberner2010-11-071-6/+6
* fix generation of foreign key constraint name inJan Dittberner2010-11-071-2/+2
* mergechrisw2010-09-163-1/+8
|\
| * update changelogiElectric2010-09-121-0/+1
| * fixed #92iElectric2010-09-122-1/+6
* | update changelogchrisw2010-09-161-0/+2
* | implement column type diff'ingchrisw2010-09-152-25/+180
|/
* restore missing table header for column diffschrisw2010-09-102-4/+11
* rewrite of schemadiff internalschrisw2010-09-107-373/+482
* preserve the original stack stracechrisw2010-09-091-4/+4
* don't stop if one db fails, run for all so we can tell how badly things went ...chrisw2010-09-091-20/+31