]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Clean up file write operations so that
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Dec 2011 18:29:05 +0000 (13:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Dec 2011 18:29:05 +0000 (13:29 -0500)
commit1025488f3684415002f331fa2e557be7cdb447bb
tree3cfb0cfecd11c1b848ad7b2c196f3e78d990676f
parent3bf28d1fc3e665ae81baa5e47609840ea6f42142
- Clean up file write operations so that
  file handles are closed.

- PyPy is supported.
12 files changed:
CHANGES
alembic/__init__.py
alembic/autogenerate.py
alembic/script.py
alembic/util.py
setup.py
tests/__init__.py
tests/test_autogenerate.py
tests/test_mssql.py
tests/test_offline_environment.py
tests/test_postgresql.py
tests/test_sql_script.py