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:
Khushboo Vashi
2019-02-20 11:49:45 +00:00
committed by Dave Page
parent 292ac32db5
commit 34045efb38
5 changed files with 64 additions and 25 deletions

View File

@@ -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: