]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- amending d81619b50b9df7ff4458:
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Oct 2014 18:24:41 +0000 (14:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Oct 2014 18:24:41 +0000 (14:24 -0400)
commitfd2a172df623650145d99bbe96b3f35bb3dd3ba3
tree877f00c0e1b1937188f642fb2342086b3f43a4d9
parentd81619b50b9df7ff445884d84d155c01e7b2cbab
- amending d81619b50b9df7ff4458:

Revision files are now written out using the ``'wb'`` modifier to
``open()``, since Mako reads the templates with ``'rb'``, thus preventing
CRs from being doubled up as has been observed on windows.  The encoding
of the output now defaults to 'utf-8', which can be configured using
a newly added config file parameter ``output_encoding``.
fixes #234
alembic/script.py
alembic/templates/generic/alembic.ini.mako
alembic/templates/multidb/alembic.ini.mako
alembic/templates/pylons/alembic.ini.mako
alembic/util.py
docs/build/changelog.rst
docs/build/tutorial.rst
tests/test_config.py