]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
address stamp issues in on_version_apply callback
authorjpassaro <john.a.passaro@gmail.com>
Mon, 10 Jul 2017 19:51:46 +0000 (15:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Jul 2017 19:09:46 +0000 (15:09 -0400)
commite88131f2c03445fd183dfee13ad4bc9ec8ef96ea
tree80f9812c94e5dd9ff298f465cff1cc724c0ad7ea
parent11b0e8a5b6c57e9900b86554e66c7b2ad3fe38cd
address stamp issues in on_version_apply callback

* add callback tests with stamp present
* fix bug in stamp MigrationInfo construction
* adjust MigrationInfo API to reflect existence of stamps with multiple
  up revisions

Change-Id: I308d1de7854542d4d12bcc743bb5ed7e8e2fbefc
Pull-request: https://bitbucket.org/zzzeek/alembic/pull-requests/68
alembic/runtime/migration.py
docs/build/changelog.rst
tests/test_script_consumption.py