From 279f8359031a363e0c43a49dd87ac133eba4f6e9 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 26 Jan 2012 10:21:25 -0500 Subject: - [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] --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.1