diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-26 01:33:51 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-08-26 01:33:51 -0400 |
commit | 7d3a916fc3bc5d81b6b251a42f196793f5643b76 (patch) | |
tree | f41fb3362d4a8fc10a0873ab76f848dcaff3f573 /lib/sqlalchemy/sql/expression.py | |
parent | 1402a608ebc28031ce11dec9ed6a90785f09294d (diff) | |
download | sqlalchemy-7d3a916fc3bc5d81b6b251a42f196793f5643b76.tar.gz |
- replaced all self.__connection.is_valid with
"safe" self._connection_is_valid.
- Fixed bug in Connection whereby if a "disconnect"
event occurred in the "initialize" phase of the
first connection pool connect, an AttributeError
would be raised when the Connection would attempt
to invalidate the DBAPI connection. [ticket:1894]
- Connection.invalidate() can be called more than
once and subsequent calls do nothing.
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
0 files changed, 0 insertions, 0 deletions