]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2016-01-22  Mike Bayer- update copyrights within the testing package...
2016-01-22  Mike Bayer- Repaired batch migration support for "schema" types...
2015-12-27  Mike Bayer- add a note referring to if programmatic config is...
2015-12-16  Josh KupershmidtFix pylint complaint about logging-not-lazy.
2015-12-15  Mike Bayer- 0.8.4 rel_0_8_4
2015-12-15  Mike Bayer- changelog for pullreq bitbucket:51
2015-12-15  Mike BayerMerge branch 'prettier_id' of https://bitbucket.org...
2015-12-15  Mike Bayer- tests and changelog for pullreq github:20
2015-12-15  Mike BayerMerge remote-tracking branch 'github/pr/20'
2015-12-15  Mike BayerMerge remote-tracking branch 'github/pr/23'
2015-12-15  Mike BayerMerge remote-tracking branch 'github/pr/22'
2015-12-15  Josh KupershmidtGet rid of duplicate `reraise` and `raise_from_cause...
2015-12-15  Josh Kupershmidtglobal keyword here is unnecesary
2015-12-15  Mike Bayer- Batch mode generates a FOREIGN KEY constraint that...
2015-12-15  Mike Bayer- use pymysql here
2015-12-10  Mike Bayer- existing_server_default is not used to drop the previous
2015-12-08  Mike Bayer- document that the value we pass to set_section_option...
2015-12-05  Mike Bayer- Added a type-level comparator that distinguishes...
2015-11-29  antti_haapalaprettier revision identifier (always exatly 12 hex...
2015-11-22  Mike Bayer- add py35
2015-11-22  Mike Bayer- Fixed bug where the ``server_default`` parameter...
2015-11-10  Mike BayerMerged in agirivera/alembic/agirivera/fixed-some-gramma...
2015-11-04  Alec Joseph... Fixed some grammatical issue and spelling typos
2015-10-30  Mike Bayer- Adjusted the rendering for index expressions such...
2015-10-29  Jacob MagnussonAutogenerate renderer for op.ExecuteSQLOp
2015-10-16  Mike Bayer0.8.3 rel_0_8_3
2015-10-16  Mike Bayer- make the assertion more specific here
2015-10-16  Mike Bayer- Fixed an 0.8 regression whereby the "imports" diction...
2015-10-16  Mike Bayer- Fixed bug in batch mode where a table that had pre...
2015-09-16  Mike Bayer- changelog for pr #47
2015-09-16  Julien Danjoutox: add pytest-xdist as a dependency
2015-09-03  Mike Bayer- Fixed issue in PG server default comparison where...
2015-08-27  Mike Bayer- doc edits fixes #322
2015-08-25  Mike Bayer0.8.2 rel_0_8_2
2015-08-25  Mike Bayer- Added workaround in new foreign key option detection...
2015-08-22  Mike Bayer0.8.1 rel_0_8_1
2015-08-22  Mike Bayer- add a cookbook recipe for don't generate if no changes,
2015-08-21  Mike Bayer- add a test and changelog notes for the fact that...
2015-08-21  Mike Bayer- Repaired the render operation for the :class:`.ops...
2015-08-21  Mike Bayer- FK option reflection for pg/mysql added in 0.9
2015-08-20  Mike Bayer- Fixed a regression 0.8 whereby the "multidb" environm...
2015-08-19  Mike Bayer- Implemented support for autogenerate detection of...
2015-08-18  Mike Bayer- bump version num
2015-08-18  Mike Bayer- updates for 1.1
2015-08-14  mike bayerMerge pull request #18 from graingert/patch-1
2015-08-14  Thomas GraingerThe name has changed to bdist_wheel
2015-08-12  Mike Bayer0.8.0 rel_0_8_0
2015-08-12  Mike Bayer- Fixed bug in batch mode where the ``batch_op.create_f...
2015-08-08  Mike Bayer- fix this for 079
2015-08-08  Mike Bayer- ensure that all ops have full backwards/forwards...
2015-08-07  Mike Bayer- add a helper object for autogen rewriting called...
2015-08-03  Mike Bayer- Fixed bug where in the erroneous case that alembic_ve...
2015-07-30  Mike Bayer- changelog for pullrequest bitbucket:46; "alembic...
2015-07-30  Mike BayerMerge branch 'edit-latest' of https://bitbucket.org...
2015-07-29  Mike Bayer- fix syntax here for py3k
2015-07-28  Mike Bayer- Added new multiple-capable argument ``--depends-on...
2015-07-27  Mike Bayer- add new recipe for "replaceable objects".
2015-07-22  Mike Bayer0.7.7
2015-07-22  Mike Bayer- Fixed critical issue where a complex series of branch...
2015-07-17  Mike Bayer- since the section titles in api are bound to be misle...
2015-07-17  Mike Bayer- document all the 0.8 positional name changes
2015-07-17  Mike Bayer- ensure DropIndex and other ops return the full object...
2015-07-17  Mike Bayer- this test relies upon having the PG dialect present
2015-07-17  Michel Albertpython-editor 0.3 fixed a bug with using nano. gh/edit-latest
2015-07-16  Mike Bayer- rework all of autogenerate to build directly on alemb...
2015-07-16  Mike Bayer- The default test runner via "python setup.py test...
2015-07-16  Michel AlbertReusing existing compat. code from alembic.testing.
2015-07-16  Michel AlbertReplaced hand-crafted code with python-editor.
2015-07-16  Michel AlbertRemoved arguments for "--edit" command.
2015-07-15  Michel AlbertNew CLI command: "edit" - Edits the latest rev.
2015-07-14  Mike Bayer- some additional names
2015-07-14  Mike Bayer- handle missing arg more clearly
2015-07-14  Mike Bayer- move the "legacy names" system into where we create...
2015-07-03  Mike Bayer- Implemented support for :meth:`.BatchOperations.creat...
2015-07-03  Mike BayerIndex didn't have a quote parameter until 0.9, when...
2015-07-03  Mike Bayer- try to explain this better
2015-07-03  Mike Bayer- add the .info dictionary, references #302
2015-07-03  Mike Bayer- squash merge of ticket_302 branch
2015-06-26  Mike Bayer- add a changelog for the legacy_schema_aliasing warnin...
2015-06-17  Mike Bayer- add clarification that this tutorial is against the...
2015-06-09  Mike Bayer- The :meth:`.MigrationContext.stamp` method, added...
2015-05-26  Mike Bayer- turn on the mssql legacy_schema_aliasing flag to...
2015-05-19  Mike Bayer- Fixed bug where foreign key options including "onupdate",
2015-05-18  Mike Bayer- add test for FKC with multiple kwargs, reference #92
2015-05-05  Mike Bayer0.7.6 rel_0_7_6
2015-05-04  Mike BayerMerged in jdanjou/alembic/jd/typo-doc-comparator (pull...
2015-05-04  Julien DanjouFix typo in autogenerate documentation
2015-05-04  Mike Bayer- Fixed bug where the case of multiple mergepoints...
2015-05-01  Mike Bayer- add tox targets for 3.4
2015-04-30  Mike Bayer- Added support for type comparison functions to be...
2015-04-21  Mike BayerMerged in rtaranu/alembic (pull request #43)
2015-04-21  Raul Taranu- fixed spelling mistake in docs
2015-04-07  Mike Bayer- Added a new option
2015-03-29  Mike Bayer- repair name of starting_rev argument, fixes #290
2015-03-28  Mike Bayer- dont rely on inpsect import, not in SQLA 0.7
2015-03-28  Mike Bayer- don't use op.f(), only works with later SQLA versions
2015-03-27  Mike Bayer- Fully implemented the
2015-03-27  Mike Bayer- next version
2015-03-27  Mike Bayer- Repaired support for the :meth:`.BatchOperations...
2015-03-20  Mike Bayer- didn't name the internal number correctly, stil rel_0_7_5_post2
next