Update git submodules

* Update oslo.db from branch 'master'
  - Merge "Modernize use of table.count() with func.count()"
  - Modernize use of table.count() with func.count()
    
    The table.count() function in SQLAlchemy has been deprecated
    since version 1.1 [1] and is being removed in version 1.4 [2] [3].
    In order to maintain forwards compatibility as well as
    suit SQLAlchemy's CI that includes oslo.db, replace this
    one usage with modern use of func.count() as well as
    explicit connection execution (engine.execute() is also
    going away more long term).
    
    [1] https://docs.sqlalchemy.org/en/13/core/selectable.html?highlight=fromclause%20count#sqlalchemy.sql.expression.FromClause.count
    [2] https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/1833
    [3] https://github.com/sqlalchemy/sqlalchemy/issues/4643
    
    Change-Id: I2e4b9082194df6d916000c4f8f179f05d606e1a3
This commit is contained in:
Zuul 2020-04-21 11:40:38 +00:00 committed by Gerrit Code Review
parent 4f7d0fa769
commit 1416902383
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b450f0f24442c09d059237a621d610690dacf5ee
Subproject commit c3229908fedb5a9d9b41d31d035882b6915c3ffb