]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2014-11-09  Mike Bayer- changelog gh/batch_alter
2014-11-09  Mike Bayer- test fixup
2014-11-09  Mike Bayer- add a type here so that to account for pre-0.9 FK...
2014-11-09  Mike BayerMerge branch 'master' into batch_alter
2014-11-09  Mike Bayer- adjust these to account for some MySQL deprecations...
2014-11-09  Mike Bayer- add some connection cleanup
2014-11-09  Mike Bayer- more docs
2014-11-09  Mike Bayerdocumenting
2014-11-09  Mike Bayer- add a little step to get PG to work rudimentally...
2014-11-08  Mike Bayer- start docs
2014-11-08  Mike Bayer- round trip tests
2014-11-08  Mike BayerMerge branch 'master' into batch_alter
2014-11-08  Mike Bayer- The :class:`~sqlalchemy.schema.Table` object is now...
2014-11-08  Mike Bayer- finish up most features
2014-11-08  Mike Bayermove this
2014-11-08  Mike Bayer- testing approaches for BatchOperationsImpl and ApplyB...
2014-11-07  Mike Bayerproof of concept
2014-11-07  Mike Bayerdocstring
2014-11-07  Mike Bayer- add tests for batch autogenerate
2014-11-07  Mike Bayer- add support for autogenerate to include "batch"
2014-11-06  Mike Bayer- use pyprinter for autogen so that we get indentation...
2014-11-06  Mike BayerMerge branch 'master' into batch_alter
2014-11-05  Mike Bayer- skip unique constraint tests on 0.7
2014-11-02  Mike Bayer- Indexes and unique constraints are now included in the
2014-11-02  Mike Bayer- Bound parameters are now resolved as "literal" values...
2014-11-02  Mike Bayer- Added a workaround for SQLAlchemy issue #3023 (fixed...
2014-11-02  Mike Bayer- Repaired issue related to the fix for #208 and others...
2014-10-30  Mike Bayer- If the "alembic_version" table is present in the...
2014-10-22  Mike Bayer- sketch of how "batch operations" would work
2014-10-21  Mike Bayer- the original rationale for defaulting the user-define...
2014-10-20  Mike Bayer- amending d81619b50b9df7ff4458:
2014-10-20  Mike Bayer- Revision files are now written out using the ``'wb...
2014-10-11  Mike Bayer- fail this before 0.9
2014-10-10  Mike BayerMerged in ltvolks/alembic/docs-153 (pull request #28)
2014-10-10  Mike Bayer- add tests for unique and quote flag on create_index()
2014-10-10  Lucas TaylorUpdate documentation for create_index parameters
2014-10-10  Mike Bayer- add tests for unique and quote flag on create_index()
2014-10-03  Mike Bayer- Added support for use of the :class:`~sqlalchemy...
2014-09-22  Mike Bayer- add changelog for bugfix re: match + SQLA 0.7
2014-09-20  Mike Bayerinspect
2014-09-20  Mike Bayer- compat for sqla 0.7
2014-09-20  Mike Bayeradd missing util lib
2014-09-20  Mike Bayer- fix this to be a definite non native boolean dialect
2014-09-20  Mike Bayer- Added a routine by which the Postgresql Alembic diale...
2014-09-20  Mike Bayer- changelog for #197, fixes #197.
2014-09-20  Mike Bayer- get tests passing for 0.8, 0.7
2014-09-20  Mike Bayer- move tests erroneously local to the "named" tests
2014-09-20  Mike Bayer- more tweaks for server defaults re: comparison, test...
2014-09-20  Mike Bayerpep8
2014-09-20  Mike Bayer- restore _render_server_default_for_compare() to compa...
2014-09-20  Mike Bayer- check SQLA version for drop w/ enums in PG
2014-09-20  Mike BayerMerge remote-tracking branch 'github/pr/16' into pr16
2014-09-15  Mike Bayer- py3k fix
2014-09-14  Mike Bayer- coverage was not working (and needs to be fixed in...
2014-09-14  Mike Bayer- discover # noqa
2014-09-14  Mike Bayer- dont do py3k testing for 0.7, 0.8
2014-09-14  Mike Bayerfixes for the nose runner
2014-09-14  Mike Bayer- add plugin directory
2014-09-14  Mike Bayer- move pretty much all of sqlalchemy.testing over for...
2014-09-13  Mike Bayerchangelog gh/upgrade_testing
2014-09-13  Mike Bayer- bootstrap support
2014-09-13  Mike Bayer- finish up
2014-09-13  Mike Bayerpostgresql
2014-09-13  Mike Bayerdev
2014-09-13  Mike Bayertest command
2014-09-13  Mike Bayerbulk insert
2014-09-13  Mike Bayer- move towards sqlalchemy test base. autogenerate...
2014-09-13  Mike Bayer- updates
2014-09-13  Mike Bayer- start using tox 1.8 so that we can easily get multipl...
2014-09-13  Mike Bayer0.7 start
2014-09-09  Mike Bayer0.6.7 rel_0_6 gh/rel_0_6 rel_0_6_7
2014-09-09  Mike Bayer- update naming convention link to point to official... gh/cleanup
2014-09-09  Mike Bayer- finish flake8 on tests
2014-09-09  Mike Bayer- fix long lines within package
2014-09-09  Mike Bayer- do an autopep8 pass for just about everything other
2014-09-09  Mike Bayer- changelog for pr bitbucket:26
2014-09-09  Mike BayerMerge https://bitbucket.org/utek/alembic/branch/master...
2014-09-09  Mike Bayer- add a tox.ini file
2014-09-09  Łukasz Bołdysmore test fixes
2014-09-09  Łukasz Bołdysfixed test
2014-09-09  Łukasz BołdysMS SQL is using sp_rename instead of Alter table to...
2014-09-08  Carlos Eduardo... applied mikes patch
2014-09-05  Andreas Grapentinreplacing eval in multidb template with globals() funct...
2014-08-28  Mike BayerMerged in andreasgrapentin/alembic/template_eval (pull...
2014-08-28  Andreas Grapentinreplacing eval in multidb template with globals() funct...
2014-08-28  Mike Bayer- Added support for functional indexes when using the
2014-08-27  Mike Bayer- Added support for functional indexes when using the
2014-08-27  Carlos Eduardo... Rendering expressions for indexes
2014-08-27  Carlos Eduardo... adding mike's patch
2014-08-25  Carlos Eduardo... moving textclause logic into _render_server_default
2014-08-25  Carlos Eduardo... Adding TextClause support to server_default
2014-08-07  Mike Bayer0.6.6 rel_0_6_6
2014-08-07  Mike Bayer- ignore __init__.py in versions directory, fixes #95.
2014-08-07  Mike Bayer- changelog for pullreq bitbucket:23
2014-08-07  Mike BayerMerged in paradoxxxzero/alembic/paradoxxxzero/fix-sorte...
2014-08-07  Ryan P. KellySupport autogenerating migrations for tables with 255...
2014-08-07  Mike Bayerchangelog for pr github:14
2014-08-07  Mike BayerMerge remote-tracking branch 'github/pr/14' into pr14
2014-06-25  Florian MounierAlter autogenerate tests to show python3 problem on...
2014-06-24  Mike Bayerthis is 0.6.6
next