Update git submodules

* Update oslo.db from branch 'master'
  to 64e50494f219b5c06ed79f947c91cdb7f37cb0d6
  - Use SQLAlchemy native pre-ping
    
    This functionality has been available upstream since SQLALchemy 1.2 [1].
    However, for oslo.db to use this feature while maintaining full
    behavior, we need at least SQLAlchemy 2.0.5 to provide complete event
    support.  In particular, oslo.db adds several new "is disconnect"
    conditions including those specific to Galera.
    
    Behavior of the handle_error event is modified to expect the "pre-ping"
    calling form, which may not have an "engine" present (only a dialect),
    and additionally takes advantage of the new is_pre_ping attribute which
    informs on the correct way to affect the disconnection status within the
    ping handler.
    
    Change-Id: I50d862d3cbb126987a63209795352c6e801ed919
This commit is contained in:
Stephen Finucane 2023-04-06 18:04:30 +00:00 committed by Gerrit Code Review
parent ba26261991
commit 52fddd67e9
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1f003bcb0b74cecbfe24f52402328b76a07c9983
Subproject commit 64e50494f219b5c06ed79f947c91cdb7f37cb0d6