]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
_ConnectionRecord gains a .properties collection, with contents scoped to
authorJason Kirtland <jek@discorporate.us>
Mon, 23 Jul 2007 20:32:19 +0000 (20:32 +0000)
committerJason Kirtland <jek@discorporate.us>
Mon, 23 Jul 2007 20:32:19 +0000 (20:32 +0000)
commit555cb454f57ad4af5832c29d9b592588daf9e13e
treea76e52a3defc3f8105db9e68d76226c36d7469a3
parent344890e467307c35ae5e58dfe987a3672ff0bf1a
_ConnectionRecord gains a .properties collection, with contents scoped to
the lifetime of the underlying DBAPI connection.  Accessors on Connections and fairies.
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/pool.py
test/engine/pool.py