]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2017-09-24  Peter MarshFix flake8 E265 violation in multidb env.py template
2017-09-21  mike bayerMerge "Use bitbucket for SQLA branch"
2017-09-21  Mike BayerUse bitbucket for SQLA branch
2017-09-16  Mike BayerAdd + to illegal revision characters list
2017-09-08  Mike BayerSupport pep3149, latest import mechanics, fully
2017-09-08  Mike Bayer- fix py26 syntax error
2017-09-06  Mike BayerUse env in history when revision_history=true
2017-08-31  Mike Bayerset native boolean to false on the dialect for the...
2017-08-28  pg3-ivanDon't compare scale if Numeric has no precision
2017-08-22  Mike Bayer- merge latest CI options from SQLAlchemy
2017-08-21  Mike Bayer- santitize brackets / periods from classnames for...
2017-08-21  Mike BayerEnable multi-backend / driver in tests
2017-08-21  Mike Bayer- dont use sitepackages
2017-08-21  Mike Bayer- since non-oracle urls are written, filter on just
2017-08-21  Mike Bayer- merge new CI support from SQLAlchemy including
2017-08-19  Mike Bayer- support pymysql for tests
2017-08-19  Mike Bayer- add new TOX_ control variables for CI
2017-08-16  Mike BayerAdd generic per-type rendering, implement ARRAY
2017-08-16  Mike Bayer- add 0.9.6 changelog placeholder
2017-08-09  Mike Bayerunblock pytest-xdist, add sqla master
2017-08-09  Mike Bayer- 0.9.5 rel_0_9_5
2017-08-09  Nils Philippsenfix using tzdata-compliant time zone names
2017-08-04  mike bayerMerge "Raise if manual revision id contains dashes...
2017-08-04  Mike BayerRaise if manual revision id contains dashes or at signs
2017-08-04  Mike BayerAdd support for kw to DROP INDEX, test postgresql_concu...
2017-08-04  Mike BayerPin to pytest<=3.0.7 pytest-xdist<=1.16.0
2017-08-03  Mike Bayer- 0.9.5. setup
2017-08-01  Mike Bayer- 0.9.4 rel_0_9_4
2017-07-18  jpassaroaddress stamp issues in on_version_apply callback
2017-07-17  Mike Bayer- 0.9.4 setup
2017-07-06  Mike Bayer- 0.9.3 rel_0_9_3
2017-07-06  Mike Bayer- fix some sphinx link stuff
2017-07-03  John Passaroexpose on_version_apply callback to context users
2017-06-02  Mike BayerAdjust for Variant returning itself as impl
2017-06-01  Mike Bayer - add dateutil to docs requirements so that all autodoc
2017-05-31  Mike Bayer- Fixed unit tests to run correctly under the SQLAlchem...
2017-05-31  Mike Bayer- 0.9.3 setup
2017-05-18  Mike Bayer- 0.9.2 rel_0_9_2
2017-05-18  Mike BayerDon't use schema with second argument, SQL Server sp_rename
2017-04-06  Mike BayerAdd timezone option to config
2017-03-15  Mike BayerApply DDLCompiler name rules to Index for autogenerate
2017-03-15  Mike Bayer- fix the import here
2017-03-15  Mike Bayer- add custom css also
2017-03-15  Mike Bayer- add custom sidebar file
2017-03-04  Mike BayerWarn on non-Connection present and accommodate for...
2017-03-04  Mike Bayer- 0.9.2 setup
2017-03-01  Mike Bayer- 0.9.1 rel_0_9_1
2017-03-01  Mike BayerDon't raise on open transaction if we already started...
2017-03-01  Mike Bayer- setup for 0.9.1
2017-02-28  Mike Bayer- 0.9.0 rel_0_9_0
2017-02-27  Mike Bayer- provide param docstrings for all of command
2017-02-23  Mike BayerAllow target_metadata to be a sequence
2017-02-23  Mike BayerDetect open transaction at end of migration w/ transact...
2017-02-22  Mike BayerApply subtype repr logic to JSON/JSONB
2017-02-22  mike bayerMerge "Add ExcludeConstraint support for Postgresql"
2017-02-22  Mike BayerAdd ExcludeConstraint support for Postgresql
2017-02-22  Mike BayerDetect and render autoincrement for alter_column()
2017-02-22  Mike BayerAdd process_revision_directives param to command.revision()
2017-02-21  PaulFix postgresql automigration for ARRAY types
2017-02-21  Mike Bayer- import adjusted for older SQLA
2017-02-21  Mike Bayer- fix
2017-02-21  Mike Bayer- call this 0.9.0, as there are some slight architectur...
2017-02-21  Mike Bayer- move Postgresql-related render tests to the test_post...
2017-02-20  Konstantin... Ensure schema names also compared in foreign_key_constr...
2017-02-20  Mike Bayer- 0.8.11 bump changelog also
2017-02-13  Hemanth MakkapatiFix link in batch alter_column doc
2017-01-25  Mike Bayer- 0.8.11 dev bump
2017-01-25  Mike Bayer- add a note that alter_column->postgresql_using is...
2017-01-23  Mike Bayer- add a new section "Run Multiple Alembic Environments...
2017-01-17  Mike Bayer- 0.8.10 rel_0_8_10
2017-01-17  Mike BayerUpdate pytest section in setup.cfg
2017-01-13  Mike BayerAdd primary key constraint to alembic_version
2017-01-12  mike bayerMerge "- test py36 - Current mysqlclient does not accep...
2017-01-12  Mike Bayer- test py36
2017-01-09  Mike BayerGeneralize uq -> uix dedupe logic
2017-01-09  mike bayerMerge "Get test compat for oracle"
2017-01-09  Mike BayerGet test compat for oracle
2017-01-04  Mike Bayer- happy new year
2016-12-19  Mike BayerEnsure primary_key flag unset for PK batch drop
2016-11-28  Markus MattesIgnore py files generated by emacs
2016-11-28  Mike Bayer- 0.8.10 setup
2016-11-28  Mike Bayer- 0.8.9 rel_0_8_9
2016-11-28  mike bayerMerge "Add single pound to generated comments"
2016-11-23  Mike Bayercast() types in batch only if type_affinity is different
2016-11-21  Markus Mattesfile generated by alembic revison is now pep8 compliant
2016-11-18  Jiri KuncarDetect and ignore duplicate revision files on read
2016-11-15  Mike Bayer- bump changelog for version that supports additional...
2016-11-15  Maico TimmermanAdd single pound to generated comments
2016-11-09  Mike BayerCompare to metadata_impl in compare_type() to guard...
2016-10-28  Mike BayerUnwrap unaryexpression when testing for functional...
2016-09-21  Mike BayerSupport explicit "base" in --sql mode.
2016-09-12  Mike Bayer- 0.8.8 rel_0_8_8
2016-09-12  Mike Bayer- fix changelog
2016-09-12  Mike BayerThe imports in the default script.py.mako are now at...
2016-08-22  David SzottenInclude DateTime.timezone in autogen type comparisons
2016-08-22  Frazer McLeanSupport USING for Postgresql ALTER COLUMN.
2016-08-22  Mike BayerMove op tests for Postgresql to test_postgresql
2016-08-22  Mike Bayer- placeholder for 0.8.8
2016-08-04  Mike Bayer- adjust test to correct for SQLAlchemy issue #3766
2016-07-26  Mike Bayer- 0.8.7 rel_0_8_7
next