Update git submodules

* Update tacker from branch 'master'
  to c47646f783cc7859a8e46c598324b9da16065481
  - Merge "Suppress Warnings for SQL Alchemy IN operator"
  - Suppress Warnings for SQL Alchemy IN operator
    
    The `in_` operator of SQL Alchemy emits a warning when it coerces a
    Subquery object into a select() implicitly [1].
    
    This patch suppresses the warnings by explicitly coercing a Subquery
    object to select() as shown in [2].
    
    [1] 3d99ee28ed
    [2] 605d0d9058/test/sql/test_operators.py (L3295-L3319)
    
    Closes-Bug: #1967700
    Change-Id: I90729463613e8d4768e0e466b9636967ccfa48e7
This commit is contained in:
Zuul 2022-05-24 06:54:10 +00:00 committed by Gerrit Code Review
parent aae6682853
commit d9fee301a0
1 changed files with 1 additions and 1 deletions

2
tacker

@ -1 +1 @@
Subproject commit 001dd194fdcca4eb4cf71ff68584f21dd892be6d
Subproject commit c47646f783cc7859a8e46c598324b9da16065481