summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 0.7.3rel_0_7_3Mike Bayer2014-12-301-0/+1
* - Fixed regression in new versioning system where upgrade / historyMike Bayer2014-12-304-4/+45
* - put sqlalchemy master here as SQLA issue https://bitbucket.org/zzzeek/sqlal...Mike Bayer2014-12-192-1/+1
* 0.7.2rel_0_7_2Mike Bayer2014-12-181-0/+1
* - Adjusted the SQLite backend regarding autogen of unique constraintsMike Bayer2014-12-143-11/+20
* - identify a test that can't pass on 0.8 for nowMike Bayer2014-12-131-0/+3
* - also add an explicit schema test for the multi fk conditionMike Bayer2014-12-131-24/+49
* - Fixed bug in batch where if the target table contained multipleMike Bayer2014-12-133-6/+51
* -Repaired a regression in both the MSSQL and Oracle dialects wherebyMike Bayer2014-12-125-4/+14
* - adjust test here so that it applies to all backendsMike Bayer2014-12-044-21/+35
* Merge branch 'mysql-unique-index-removed' of https://bitbucket.org/jerdfelt/a...Mike Bayer2014-12-042-0/+21
|\
| * MySQL: Ignore unique indexes when removing implicit indexesJohannes Erdfelt2014-12-042-0/+21
* | 0.7.1rel_0_7_1Mike Bayer2014-12-031-0/+1
* | - The ``render_as_batch`` flag was inadvertently hardcoded to ``True``,Mike Bayer2014-12-032-1/+8
|/
* - use a much bigger stamp here as only three chars can collide quite easilyMike Bayer2014-12-011-1/+1
* 0.7.1Mike Bayer2014-11-301-1/+1
* - repair the rendering of add_fk_constraint(), quoting there tooMike Bayer2014-11-303-8/+37
* - naming convention limited to SQLA 0.9.4 or greaterMike Bayer2014-11-303-1/+5
* - fix drop_foreign_key to include that this only works with SQLiteMike Bayer2014-11-302-1/+10
* - reword the first paragraph about offline mode to better flowMike Bayer2014-11-301-5/+7
* - Added :paramref:`~.Operations.batch_alter_table.naming_convention`Mike Bayer2014-11-305-32/+152
* - name the include_object hook "foreign_key_constraint"Mike Bayer2014-11-306-12/+66
* - refactor the FK merge a bitMike Bayer2014-11-308-166/+469
* - Merge branch 'add_fk_check' of https://bitbucket.org/akamyshnikova/alembic ...Mike Bayer2014-11-305-41/+385
|\
| * Fix failing unittests and update compare_fk methodAnn Kamyshnikova2014-11-252-24/+36
| * Some refactor of _add_fk_constraintAnn Kamyshnikova2014-11-131-5/+12
| * Add _add_fk_constraint and _drop_fk_constraint to renderAnn Kamyshnikova2014-11-113-5/+23
| * Add composite fk support, add more testsAnn Kamyshnikova2014-11-072-6/+159
| * Update and add some tests for checking fkAnn Kamyshnikova2014-11-075-28/+123
| * Implement autogenerate detection for foreign key constraintsAnn Kamyshnikova2014-11-051-0/+45
* | - Fixed bug where the "source_schema" argument was not correctly passedMike Bayer2014-11-302-4/+65
* | Merge branch 'master' of https://bitbucket.org/mmarquar/alembicMike Bayer2014-11-301-1/+1
|\ \
| * | Fix source_schema argument in BatchOperation.create_foreign_keyMalte Marquarding2014-11-281-1/+1
* | | - Repaired the inspection, copying and rendering of CHECK constraintsMike Bayer2014-11-298-20/+360
|/ /
* | fix symbolMike Bayer2014-11-261-1/+1
* | 0.7.0rel_0_7_0Mike Bayer2014-11-241-0/+1
* | fix manifestMike Bayer2014-11-241-1/+1
* | - test runner updatesMike Bayer2014-11-241-4/+5
* | - add a missing @classmethod decorator...Mike Bayer2014-11-241-0/+1
* | - The ``alembic revision`` command accepts the ``--sql`` option toMike Bayer2014-11-233-0/+43
* | - Relative revision identifiers as used with ``alembic upgrade``,Mike Bayer2014-11-236-58/+174
* | - ensure we include for dependencies when we do a stamp, add an optionMike Bayer2014-11-233-6/+16
* | - use the correct method here; this needs to have some testsMike Bayer2014-11-231-1/+1
* | yikes forgot batch modeMike Bayer2014-11-221-0/+1
* | - spiff up autogenerate docs a bitMike Bayer2014-11-221-83/+138
* | - add another test around something that is bugging/confusing me...Mike Bayer2014-11-221-0/+66
* | - fixesMike Bayer2014-11-226-35/+74
* | tuple form as wellMike Bayer2014-11-221-1/+9
* | - now that branching is an enormous chapter, break out the docs intoMike Bayer2014-11-228-1670/+1685
* | - add the refMike Bayer2014-11-221-0/+2