]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
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-10  Mike Bayer- reorganize tests that deal with running scripts
2014-11-10  Mike Bayer- move the tests concerning #95 to test_versioning...
2014-11-10  Mike Bayer- changelog for pr bitbucket:29, fixes #174
2014-11-10  Mike BayerMerge branch 'add_column_with_index' of https://bitbuck...
2014-11-10  Mike Bayer- edit
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-16  David SzottenCreate index in add_column if requested
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
next