Go to file
Rodolfo Alonso Hernandez 5b1dab0e8f [sqlalchemy-20] Use session.transaction information to decide if active
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
2022-07-22 03:44:48 +02:00
2022-01-19 09:15:45 +08:00
2021-12-19 14:21:51 +09:00
2015-12-19 01:00:22 -05:00
2018-05-24 11:09:18 -07:00
2019-04-19 19:32:02 +00:00
2015-11-20 17:24:43 -07:00
2015-11-20 17:24:43 -07:00
2017-03-02 11:49:11 +00:00

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO
Description
Neutron shared routines and utilities.
Readme 33 MiB
Languages
Python 97.5%
PHP 2.2%
Shell 0.3%