32e5c6096a
![Mike Bayer](/assets/img/avatar_default.png)
This patch applies upgrades to the sqlalchemy/exc_filters.py and sqlalchemy/compat/handle_error.py compatibility layers to accommodate new changes in SQLAlchemy 1.0. SQLA 1.0 will now route errors that occur upon connect through the handle_error() event, just like any other, so that when 1.0 is present we no longer need to use exc_filters.handle_connect_error; the method becomes a passthrough as far as running the event handler. Additionally, SQLAlchemy 1.0 has added the "engine" parameter to ExceptionContext, specifically to suit the case when the initial connect has failed and there is no Connection object; the compatibility layer here now emulates this behavior for SQLAlchemy versions prior to 1.0. Change-Id: I61714f3c32625a621eaba501d20346519b8b12c7
Overview
oslo.db library
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.db
- Source: http://git.openstack.org/cgit/openstack/oslo.db
- Bugs: http://bugs.launchpad.net/oslo
Description
Languages
Python
99.6%
Shell
0.4%