Files
sqlalchemy/test
Mike Bayer e936a7b359 - Failures on connect which raise dbapi.Error
will forward the error to dialect.is_disconnect()
and set the "connection_invalidated" flag if
the dialect knows this to be a potentially
"retryable" condition.  Only Oracle ORA-01033
implemented for now.  [ticket:2201]

- Added ORA-01033 to disconnect codes, which
can be caught during a connection
event.  [ticket:2201]
2011-07-01 16:52:11 -04:00
..
2011-06-05 12:32:04 -04:00