Commit df901a1c authored by Stephen Finucane's avatar Stephen Finucane
Browse files

Replace use of 'Engine.execute()'



Resolve the following RemovedIn20Warning warning:

  The Engine.execute() method is considered legacy as of the 1.x series
  of SQLAlchemy and will be removed in 2.0. All statement execution in
  SQLAlchemy 2.0 is performed by the Connection.execute() method of
  Connection, or in the ORM by the Session.execute() method of Session.

Change-Id: I4c47a690a94abcb3b4b6fb087a1bf86c5350b523
Signed-off-by: default avatarStephen Finucane <stephenfin@redhat.com>
parent ecb15c4a