]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2015-03-19  Mike BayerMerge branch 'issue266' of https://bitbucket.org/jerdfe...
2015-03-11  Mike Bayer- Fixed bug where the mssql DROP COLUMN directive faile...
2015-03-10  Mike Bayer- an adjustment to the logic for #282 - if the index...
2015-03-10  Mike Bayer- Postgresql "functional" indexes are necessarily skipp...
2015-03-10  Mike Bayer- add support for assertion of warnings emitted
2015-03-10  Mike Bayer- make the repo dynamic
2015-02-23  Johannes ErdfeltRaise exception if autogenerate is tried with as_sql...
2015-02-21  Mike Bayer- Fixed bug where MySQL backend would report dropped...
2015-02-09  Mike Bayer- additional fix which impacts #267. fix filtered_head...
2015-02-03  Mike Bayer- move resolution of "starting rev" for --sql mode...
2015-01-24  Mike Bayerremove errant pdb
2015-01-24  Mike Bayer- Added a new feature :attr:`.Config.attributes`, to...
2015-01-24  Mike Bayerfix missing changelog directive
2015-01-23  Mike Bayer- Added support for "alembic stamp" to work when given...
2015-01-23  Mike Bayer- set up for next rev
2015-01-23  Mike Bayer- fix all flake8
2015-01-14  Mike Bayer- the enum render is an 0.9 regression, apparently...
2015-01-12  Mike Bayer- 0.7.4 rel_0_7_4
2015-01-12  Mike Bayer- happy new year
2015-01-12  Mike Bayerchangelog for #241, fixes #241
2015-01-12  Mike BayerMerge https://bitbucket.org/dtheodor/alembic/branch...
2015-01-12  Dimitris Theodorouchecked test failure
2015-01-12  Dimitris Theodorouremove redundant Float type check
2015-01-12  Dimitris TheodorouEnum autogenerate renders the native_enum flag as well
2015-01-11  Dimitris TheodorouChange single-quoting of floats in PostgreSQL compare_s...
2015-01-10  Mike Bayer- The rendering of a :class:`~sqlalchemy.schema.Foreign...
2015-01-10  Mike Bayer- Fixed bug in foreign key autogenerate where if the...
2015-01-10  Mike Bayer- make this test use legal table designs
2015-01-10  Mike Bayer- add/remove seemed backwards here
2015-01-09  Mike Bayer- changelog: Fixed issue in autogenerate type renderin...
2015-01-09  Bartosz BurclafFixes user module namespace for custom types
2014-12-30  Mike Bayer0.7.3 rel_0_7_3
2014-12-30  Mike Bayer- Fixed regression in new versioning system where upgra...
2014-12-19  Mike Bayer- put sqlalchemy master here as SQLA issue https:/...
2014-12-18  Mike Bayer0.7.2 rel_0_7_2
2014-12-14  Mike Bayer- Adjusted the SQLite backend regarding autogen of...
2014-12-14  Mike Bayer- identify a test that can't pass on 0.8 for now
2014-12-13  Mike Bayer- also add an explicit schema test for the multi fk...
2014-12-13  Mike Bayer- Fixed bug in batch where if the target table containe...
2014-12-12  Mike Bayer-Repaired a regression in both the MSSQL and Oracle...
2014-12-04  Mike Bayer- adjust test here so that it applies to all backends
2014-12-04  Mike BayerMerge branch 'mysql-unique-index-removed' of https...
2014-12-04  Johannes ErdfeltMySQL: Ignore unique indexes when removing implicit...
2014-12-03  Mike Bayer0.7.1 rel_0_7_1
2014-12-03  Mike Bayer- The ``render_as_batch`` flag was inadvertently hardco...
2014-12-01  Mike Bayer- use a much bigger stamp here as only three chars...
2014-12-01  Mike Bayer0.7.1
2014-12-01  Mike Bayer- repair the rendering of add_fk_constraint(), quoting...
2014-12-01  Mike Bayer- naming convention limited to SQLA 0.9.4 or greater
2014-12-01  Mike Bayer- fix drop_foreign_key to include that this only works...
2014-12-01  Mike Bayer- reword the first paragraph about offline mode to...
2014-11-30  Mike Bayer- Added :paramref:`~.Operations.batch_alter_table.namin...
2014-11-30  Mike Bayer- name the include_object hook "foreign_key_constraint"
2014-11-30  Mike Bayer- refactor the FK merge a bit
2014-11-30  Mike Bayer- Merge branch 'add_fk_check' of https://bitbucket...
2014-11-30  Mike Bayer- Fixed bug where the "source_schema" argument was...
2014-11-30  Mike BayerMerge branch 'master' of https://bitbucket.org/mmarquar...
2014-11-29  Mike Bayer- Repaired the inspection, copying and rendering of...
2014-11-28  Malte MarquardingFix source_schema argument in BatchOperation.create_for...
2014-11-26  Mike Bayerfix symbol
2014-11-25  Ann KamyshnikovaFix failing unittests and update compare_fk method
2014-11-24  Mike Bayer0.7.0 rel_0_7_0
2014-11-24  Mike Bayerfix manifest
2014-11-24  Mike Bayer- test runner updates
2014-11-24  Mike Bayer- add a missing @classmethod decorator...
2014-11-23  Mike Bayer- The ``alembic revision`` command accepts the ``-...
2014-11-23  Mike Bayer- Relative revision identifiers as used with ``alembic...
2014-11-23  Mike Bayer- ensure we include for dependencies when we do a stamp...
2014-11-23  Mike Bayer- use the correct method here; this needs to have some...
2014-11-23  Mike Bayeryikes forgot batch mode
2014-11-23  Mike Bayer- spiff up autogenerate docs a bit
2014-11-22  Mike Bayer- add another test around something that is bugging...
2014-11-22  Mike Bayer- fixes
2014-11-22  Mike Bayertuple form as well
2014-11-22  Mike Bayer- now that branching is an enormous chapter, break...
2014-11-22  Mike Bayer- add the ref
2014-11-22  Mike Bayer- In conjunction with support for multiple independent...
2014-11-22  Mike Bayer- break out the concept of "down revision" into two...
2014-11-22  Mike Bayer- support the case where a mergepoint has a branchpoint...
2014-11-21  Mike Bayer- modernize the readme especially the SQLite thing
2014-11-21  Mike BayerModelOne now has unique constraints so require that
2014-11-21  Mike Bayer- add more label syntaxes
2014-11-21  Mike Bayer- Added a rule for Postgresql to not render a "drop...
2014-11-21  Mike Bayerinclude indexes in batch
2014-11-21  Mike Bayer- A change in the ordering when columns and constraints...
2014-11-20  Mike Bayermake the three way merge thing a separate section,...
2014-11-20  Mike Bayer- typo
2014-11-20  Mike Bayerput the sqlite thing near the top as it's the other...
2014-11-20  Mike Bayer- The "multiple heads / branches" feature has now lande...
2014-11-20  Mike Bayer- changelog + some polish
2014-11-20  Mike BayerMerge branch '242-config-vars' of https://bitbucket...
2014-11-20  Noufal IbrahimAdds tests for config_args
2014-11-18  Mike BayerThe Oracle dialect sets "transactional DDL" to False...
2014-11-17  Mike Bayer- Fixed a variety of issues surrounding rendering of...
2014-11-16  Noufal IbrahimChanges name of variable.
2014-11-16  Noufal IbrahimAdds cfg_vars to Config.
2014-11-13  Ann KamyshnikovaSome refactor of _add_fk_constraint
2014-11-11  Ann KamyshnikovaAdd _add_fk_constraint and _drop_fk_constraint to render
2014-11-10  Mike Bayer- reorganize tests that deal with running scripts
2014-11-10  Mike Bayer- move the tests concerning #95 to test_versioning...
next