mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Modify the Download as CSV option to use the same connection as the Query Tool its running in so temporary tables etc. can be used. Fixes #3673
This commit is contained in:
committed by
Dave Page
parent
292ac32db5
commit
34045efb38
@@ -673,7 +673,7 @@ WHERE
|
||||
Returns:
|
||||
Generator response
|
||||
"""
|
||||
status, cur = self.__cursor(server_cursor=True)
|
||||
status, cur = self.__cursor()
|
||||
self.row_count = 0
|
||||
|
||||
if not status:
|
||||
|
Reference in New Issue
Block a user