]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2016-05-24  Mike BayerMerged in kveretennicov/alembic/kveretennicov/-update...
2016-05-19  Konstantin... - update Cookbook wording to reflect that it contains...
2016-04-24  Mike Bayer- don't use dropfirst if -n is used. on CI the dropfir...
2016-04-22  Mike BayerMerged in Merwok/alembic/Merwok/fix-label-markup-146135...
2016-04-22  Éric AraujoFix label markup
2016-04-14  Mike Bayer- 0.8.6 rel_0_8_6
2016-04-09  Mike Bayer- Errors which occur within the Mako render step are...
2016-03-31  Mike Bayer- PK names now works w/ sqlite + sqla 1.1
2016-03-21  Mike Bayer- Added a fix to Postgresql server default comparison...
2016-03-16  Mike Bayer- repair the previous commit that put the decorators...
2016-03-16  Mike Bayer- exclude 0.7.9 here
2016-03-16  Mike Bayer- changelog for #361, fixes #361
2016-03-16  Mike BayerMerge branch 'master' of https://bitbucket.org/mdomke...
2016-03-16  Mike Bayer- 0.8.6 bump
2016-03-16  Mike BayerMerge branch 'mssql_batch_drop_column_fix' of https...
2016-03-16  Martin DomkeAllow server_default=None for batch operations.
2016-03-10  Mike Bayer- dont need pytest-cov for setup.py test
2016-03-10  Mike Bayer- ignore more annoying flake rules we aren't checking yet
2016-03-09  Mike Bayer- 0.8.5 rel_0_8_5
2016-03-03  Mike Bayer- humor me. why are we squashing all mysql DROP DB...
2016-03-03  Mike Bayer- missing import
2016-03-03  Mike Bayer- use hex idents for DB names
2016-03-03  Mike Bayer- coverage -> cov
2016-03-03  Mike Bayer- updates from SQLA 1.1 for improved concurrency
2016-03-03  Mike Bayer- update tox for new SQLA 1.1 style
2016-03-02  Mike BayerMerged in __item4__/alembic/docs (pull request #54)
2016-02-29  Kim Jin SuFix wrong ReST expression
2016-01-29  Mike Bayer- happy new year
2016-01-29  Mike BayerMerge remote-tracking branch 'github/pr/25'
2016-01-29  Mike Bayer- changelog for pr49, fixes #335
2016-01-29  Mike BayerMerge branch 'ticket_335' of https://bitbucket.org...
2016-01-22  Mike Bayer- use compat is_type_bound() function
2016-01-22  Mike Bayer- update copyrights within the testing package...
2016-01-22  Mike Bayer- Repaired batch migration support for "schema" types...
2016-01-21  Michal PetruchaFixed mssql_* kwargs in batch_op.drop_column().
2015-12-27  Mike Bayer- add a note referring to if programmatic config is...
2015-12-16  Josh Kupershmidtsqla_094 was being imported twice.
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-25  Jesse Dhillon- `PrimaryKeyConstraint` should be rendered referencing...
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...
next