ebac41d631
The drivers_private_data is expected to be able to save new entries using the same keys as previously deleted entries. Before performing an update, it retrieves all entries related to the same entity to check if it needs to perform an update (including on deleted entries) or a new insertion. Unfortunately, the misinterpretation of a parameter in the manila DB API led to a bug that prevented deleted entries to be retrieved. This bugfix replaces the query ensuring that all entries (active and deleted) are retrieved so the update validation works. Closes-bug: #1721123 Change-Id: Id94544c9b8a534d7f0fe4e16bc57546002e33373
8 lines
153 B
YAML
8 lines
153 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed the database update query for the
|
|
drivers' private data store that was failing
|
|
to update any rows marked as deleted.
|
|
|