From dc17e3355e78bdacc8d57ccd8bcdfe44144fc004 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 26 Jun 2023 04:15:30 +0000 Subject: [PATCH] Update git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update trove from branch 'master' to 5c12f72fc567eda6a496363579e6482e0e4a2f90 - Merge "Fix "create database" failed for postgress" - Fix "create database" failed for postgress This PR stops using the psycopg2’s connections context manager because "CREATE DATABASE" command must be run outside any transaction[1]. [1]: https://www.psycopg.org/docs/usage.html#transactions-control Co-Authored-By: hungnt1 Co-Authored-By: Hirotaka Wakabayashi Story: 2010761 Task: 48059 Change-Id: I73ec6c659d8ad7216460055077737429c878df33 --- trove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trove b/trove index 5e6a889194..5c12f72fc5 160000 --- a/trove +++ b/trove @@ -1 +1 @@ -Subproject commit 5e6a8891942caceeb5a6bd94d63aa615645a5c05 +Subproject commit 5c12f72fc567eda6a496363579e6482e0e4a2f90