summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/pool.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2007-10-27 18:45:20 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2007-10-27 18:45:20 +0000
commit1fee09fd07f6507657d28e542d725c9e7845cc31 (patch)
tree71f21102b63d1c3b51a957fa72453eb716d80fe8 /lib/sqlalchemy/pool.py
parent4a4daad81a6c5f987ac6eba0afdaccb3a70554f8 (diff)
downloadsqlalchemy-1fee09fd07f6507657d28e542d725c9e7845cc31.tar.gz
- inlined a couple of context variables
- PG two phase was calling text() without the correct bind param format, previous compiler checkin revealed issue
Diffstat (limited to 'lib/sqlalchemy/pool.py')
-rw-r--r--lib/sqlalchemy/pool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/pool.py b/lib/sqlalchemy/pool.py
index a80502df0..8b3acbec5 100644
--- a/lib/sqlalchemy/pool.py
+++ b/lib/sqlalchemy/pool.py
@@ -301,7 +301,7 @@ class _ConnectionFairy(object):
_logger = property(lambda self: self._pool.logger)
is_valid = property(lambda self:self.connection is not None)
-
+
def _get_properties(self):
"""A property collection unique to this DB-API connection."""