5b1dab0e8f6d27dabfa5088f950a2d4ad186e0a5
The "session.transaction" member "_connections" is a dictionary with the active database connections of the current transaction. Neutron will use it to determine if the session is active or not. This parameter will provide more accurate information than "new", "dirty" or "deleted". A read (SELECT) operation won't be included on those lists while the transaction is currently active. This patch is patch is a direct transcription of [1]. [1]https://review.opendev.org/c/openstack/neutron/+/843256 Related-Bug: #1975542 Change-Id: Ibc04a1940c3833d3e10dbfc011598ac11c58ba13
Team and repository tags
neutron-lib
Neutron shared routines and utilities
- Free software: Apache license
- Documentation: https://docs.openstack.org/neutron-lib/latest/
- Source: https://opendev.org/openstack/neutron-lib
- Bugs: https://bugs.launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron-lib/
Features
- TODO
Description
Languages
Python
97.5%
PHP
2.2%
Shell
0.3%