summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | - In conjunction with support for multiple independent bases, theMike Bayer2014-11-2211-168/+488
* | - break out the concept of "down revision" into two pieces:Mike Bayer2014-11-224-49/+305
* | - support the case where a mergepoint has a branchpoint immediatelyMike Bayer2014-11-222-40/+238
* | - modernize the readme especially the SQLite thingMike Bayer2014-11-211-19/+20
* | ModelOne now has unique constraints so require thatMike Bayer2014-11-211-0/+2
* | - add more label syntaxesMike Bayer2014-11-211-0/+20
* | - Added a rule for Postgresql to not render a "drop unique" and "drop index"Mike Bayer2014-11-215-0/+54
* | include indexes in batchMike Bayer2014-11-215-49/+129
* | - A change in the ordering when columns and constraints are dropped;Mike Bayer2014-11-213-69/+120
* | make the three way merge thing a separate section, we don't reallyMike Bayer2014-11-201-13/+16
* | - typoMike Bayer2014-11-201-2/+2
* | put the sqlite thing near the top as it's the other big featureMike Bayer2014-11-201-30/+30