Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 415e9c0ac58d14427031dea11fdaca518f4489d7 https://github.com/pgadmin-org/pgadmin4/commit/415e9c0ac58d14427031dea11fdaca518f4489d7 Author: Aditya Toshniwal <[email protected]> Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M web/pgadmin/utils/driver/psycopg3/connection.py
Log Message:
-----------
Ensure that when execute_scalar is run for multiple queries in single SQL
then the last query result is returned.
