fix(connection): pg connection initialization regression (#7986)
In case the initial query contains multiple statements in the postgres connection manager, the result will be an array which is not being handled here. Since we are only interested in the rows from the very last statement, we can skip the rest. Closes #7985
Showing
with
3 additions
and
1 deletions
-
Please register or sign in to post a comment