]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2013-08-28  Mike BayerMerged in mvschaik/alembic/fix_custom_compare_type...
2013-08-28  Maarten van... Simplified tests
2013-08-28  Maarten van... Add unittests for custom compare_type function
2013-08-28  Maarten van... Update documentation
2013-08-28  Maarten van... Fix calling of custom type compare function
2013-08-28  Mike Bayersome u's coming in due to the naming change in 0.9
2013-08-25  Mike Bayerchangelog
2013-08-25  Mike BayerMerged in salesseek/alembic/deferrable-create-foreign...
2013-08-25  Pedro RomanoSupport 'deferrable' keyword argument for 'create_forei...
2013-08-23  Mike Bayerneed to use SQLA's approach of calling mock from unitte...
2013-08-23  Mike Bayertests require mock...
2013-08-23  Mike Bayer- Ensured that strings going to stdout go through an...
2013-07-19  Mike Bayer0.6.0 release rel_0_6_0
2013-07-18  mike bayerMerge pull request #1 from cacilhas/master
2013-07-15  Mike BayerMerged in sirscottthegreat/alembic/bugfixes/env_logger...
2013-07-15  Scott SturdivantMake the multidb env logger appear in default output.
2013-07-11  Mike BayerAdded new kw argument to :meth:`.EnvironmentContext...
2013-07-11  Cacilhας, La... bugfix: close forgotten file descriptors
2013-06-26  Mike BayerThe output of the ``alembic history`` command is now
2013-06-07  Mike Bayer- add docs and links and stuff for the -x option, which...
2013-06-02  Mike Bayer- Added :attr:`alembic.config.Config.cmd_opts` attribute,
2013-06-02  Mike Bayer- add name here to be inserted in the argument
2013-05-24  Mike Bayerput the correct base version here of sqla
2013-05-16  Mike BayerAdded support for options like "name" etc. to be rendered
2013-05-16  Mike Bayerall these pullreqs aren't linkable anymore
2013-05-16  Mike Bayerannounce git move
2013-05-16  Mike Bayer- update dot files for git
2013-05-15  Mike Bayerfix test failure regarding pypy
2013-04-24  Mike Bayeradd postgresql_where test
2013-04-18  Mike Bayerdev tag
2013-04-15  Mike BayerRepaired autogenerate rendering of ForeignKeyConstraint
2013-04-14  Mike Bayer- fix version number in docs here
2013-04-14  Mike Bayerclose
2013-04-14  Mike Bayer- rework the -r flag on history to make use of existing...
2013-04-14  Mike Bayermerge feature.history
2013-04-14  Atsushi Odagirichange option of history, from after_current to rev_range.
2013-04-14  Atsushi Odagiriadd option, after-current, to history subcommand
2013-04-13  Mike Bayerdocs
2013-04-13  Mike Bayer- will call this 0.6
2013-04-12  Mike Bayerbranch merge
2013-04-12  Hong Minheecallable() revided
2013-04-12  Hong MinheeUse collections.Callable ABC instead of callable()...
2013-04-12  Hong MinheeIntroduce compatibility module
2013-04-12  Hong MinheeRemove 2to3 dependency. Fix #55
2013-04-12  Hong MinheeUse with statement for opening file
2013-04-12  Hong MinheeUse io instead of codecs and StringIO
2013-04-12  Hong Minheeim_func -> __func__, func_defaults -> __defaults__
2013-04-12  Hong MinheeMake print statements to look like function calls
2013-04-12  Hong MinheeConfigParser renamed to configparser since Python 3
2013-04-12  Hong Minheebasestring and str are gone since Python 3
2013-04-12  Hong MinheeMake exec to work on both 2 and 3
2013-04-12  Hong MinheeMake metaclass compatible for both 2 and 3
2013-04-12  Hong MinheeUse `as` keyword instead of comma for exception catches
2013-04-12  Hong MinheeIgnore tox directory, egg packages, and vim swaps
2013-04-10  Hong MinheeUse relative imports
2013-04-10  Hong MinheeIgnore tox.ini
2013-04-10  Hong MinheeFix broken test_include_symbol on PyPy
2013-04-05  Mike Bayertry to get this to work on py3k
2013-04-04  Mike BayerAdded tag rel_0_5_0 for changeset 879aa4d7c7013a551e516...
2013-04-04  Mike Bayermore doc tweaks rel_0_5_0
2013-04-04  Mike Bayerdoc fixes
2013-04-04  Mike Bayerlatest changelog
2013-04-04  Mike Bayeradd gpg key
2013-04-04  Mike Bayer- changelog
2013-04-04  Mike BayerMerged in cblume/alembic (pull request #24)
2013-04-04  Mike BayerFixed format of RENAME for table that includes
2013-04-04  Mike BayerAdded ``output_encoding`` option to
2013-04-04  Mike BayerAdded :func:`.operations.create_primary_key`
2013-04-04  Mike BayerFixed bug whereby double quoting would be applied
2013-04-04  Mike Bayertransactional_ddl flag for SQLite, MySQL dialects
2013-04-04  Mike Bayerchangelog
2013-04-04  Mike Bayerfix head only when there's no rev...
2013-04-04  Mike Bayermerge default
2013-04-04  Mike BayerMerged in dahlia/alembic/upgrade-message (pull request...
2013-04-04  Mike Bayermerge default
2013-04-04  Mike BayerMerged in dahlia/alembic/remove-unused-imports (pull...
2013-04-04  Mike Bayer- typo
2013-04-04  Mike BayerMerged in charlax/alembic/format_current (pull request...
2013-03-30  Hong MinheePrint message to each upgrade/downgrade step
2013-03-30  Hong MinheeRemoved unused imports from alembic/ directory
2013-03-30  Hong MinheeRemove unused imports
2013-03-18  Mike Bayerlatin1, utf8, fix it
2013-03-12  Mike Bayerforce this to innodb to support mysqls with different
2013-03-12  Mike BayerAutogenerate will render additional table keyword
2013-03-11  Charles-Axel... Fix typo
2013-03-11  Charles-Axel... Add head identifier to --head-only option output
2013-03-06  Charles-Axel... Add --head-only option to current command
2013-03-04  Mike Bayer- The rendering of any construct during autogenerate
2013-02-16  Mike BayerFixed bug whereby create_index()
2013-02-11  Mike Bayer- return the same error message as when running on...
2013-02-11  Mike BayerMerged in niwi/alembic (pull request #27)
2013-02-11  Mike Bayer- repair argspec to work with py3k also
2013-02-11  Mike Bayer- move to 0.5.0 as we are making some slight naming...
2013-02-10  Andrei AntoukhFix unexpected output on exec alembic command without...
2013-02-04  Mike Bayerok seems we're up to 0.4.3...
2013-02-04  Mike Bayer- get sphinx to render "type_" with the underscore
2013-01-11  Mike BayerAdded tag rel_0_4_2 for changeset 979a32f8e92c56fd5a0b9...
2013-01-11  Mike Bayer0.4.2 rel_0_4_2
2013-01-11  Mike Bayer2013
2013-01-11  Mike BayerFixed bug where autogenerate would fail if a Column
next