I'm trying to diagnose an issue with temporary tables, so I cranked up
the debug levels to DEBUG.

I noticed something strange:

2011-01-27 09:34:12,818   DEBUG [sqlalchemy.pool.QueuePool.0x...e410]
Connection <connection object at 0x12e1d50; dsn: 'dbname=BLAH
host=localhost user=BLAH password=xxxxxxx', closed: 0> checked out
from pool
2011-01-27 09:34:12,819    INFO
[sqlalchemy.engine.base.Engine.0x...e510] BEGIN (implicit)

NOTE: The connection object (0x12e1d50) doesn't match the log string
of the subsequent statement (0x...e510).
That identifier matches an /earlier/ connection that was checked out
and returned to the pool.

BUG?

-- 
Jon

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to