summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-26 10:21:25 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-26 10:21:25 -0500
commit279f8359031a363e0c43a49dd87ac133eba4f6e9 (patch)
treeba81865093005773815b9312fac2586d4be875fc /CHANGES
parentc03889c9d2729d0fe8946363f32a13fafea90201 (diff)
downloadalembic-279f8359031a363e0c43a49dd87ac133eba4f6e9.tar.gz
- [bug] env.py templates call
connection.close() to better support programmatic usage of commands; use NullPool in conjunction with create_engine() as well so that no connection resources remain afterwards. [#25]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 15b36d1..d48b34d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,13 @@
the newer script.py.mako scripts.
[#24]
+- [bug] env.py templates call
+ connection.close() to better support
+ programmatic usage of commands; use
+ NullPool in conjunction with create_engine()
+ as well so that no connection resources
+ remain afterwards. [#25]
+
0.1.2
=====
- [bug] fix the config.main() function to honor