diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-17 20:02:48 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-17 20:02:48 -0500 |
commit | 7b22358fab6a178a4183769338beed32c69ea5be (patch) | |
tree | 4de82221db97bcc1a4183670470f2bf41ca20636 | |
parent | 7dab4ae6a9ca057bb99be2f01efc26610be12f63 (diff) | |
download | sqlalchemy-7b22358fab6a178a4183769338beed32c69ea5be.tar.gz |
- changelog for [ticket:2059]
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,6 +16,13 @@ CHANGES not overridden. [ticket:2052] - sql + - Renamed the EngineEvents event class to + ConnectionEvents. As these classes are never + accessed directly by end-user code, this strictly + is a documentation change for end users. Also + simplified how events get linked to engines + and connections internally. [ticket:2059] + - The Sequence() construct, when passed a MetaData() object via its 'metadata' argument, will be included in CREATE/DROP statements within |