]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/shortlog
thirdparty/sqlalchemy/alembic.git
2013-10-08  Mike Bayer- use a "signature" for unique constraints so that...
2013-10-07  Mike Bayer- correct for bad booleans coming from SQLA metadata...
2013-10-07  Mike Bayer- for newly added tables, run compare_indexes with...
2013-09-27  Mike Bayerchangelog
2013-09-27  Mike BayerMerged in cwilkes/alembic (pull request #8)
2013-09-27  Chris WilkesUse the next() function instead of .next() for python3
2013-09-14  Mike Bayerfix typo, also this is apparently not covered
2013-09-08  Mike Bayeradd correct docs for how to override rendering of types
2013-09-08  Mike Bayer- refactor autogeneration into its own package
2013-09-08  Mike Bayerchangelog
2013-09-08  Mike Bayer- add autogenerate support for indexes and unique const...
2013-09-06  Mike BayerMerged in dairiki/alembic/py26-no-encode-kwargs (pull...
2013-09-05  Mike BayerMerged in obeattie/alembic (pull request #7)
2013-09-05  Oliver BeattieFix missing space
2013-09-05  Oliver BeattieMore informative error message when trying to retrieve...
2013-09-02  Mike Bayeruse mock from local namespace
2013-09-01  Jeff DairikiThe str.encode() method does not accept keyword args...
2013-08-28  Mike Bayerchangelog for pullreq #4
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
next