cinder/cinder/db
Madhuri Kumari 68d8de3cf9 Replace deprecated with_lockmode with with_for_update
The Query.with_lockmode() method is deprecated since version 0.9.0
and will be removed in a future release. [1]
This patch replaces it with Query.with_for_update().

[1] https://docs.sqlalchemy.org/en/13/orm/query.html#sqlalchemy.orm.query.Query.with_lockmode

Change-Id: I735c7825ac490e695122bf64ca1f758bdd9d81ad
2019-06-19 09:58:21 +05:30
..
sqlalchemy Replace deprecated with_lockmode with with_for_update 2019-06-19 09:58:21 +05:30
__init__.py Enable flake8 H303,H304 checking 2014-04-15 09:16:01 +00:00
api.py Use config-table for dynamic config documentation 2019-02-26 16:50:39 -06:00
base.py Add ability to specify backup driver via class name 2017-10-11 12:59:00 +03:00
migration.py Compact DB migrations to Queens 2019-05-03 09:45:21 -05:00