Fix the issue where query tool window turns blank if the user tries to generate a graph on the result. #6500

pull/6640/head
Khushboo Vashi 2023-08-01 13:57:52 +05:30 committed by GitHub
parent 3ba73ab1d9
commit 30a0fb1cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1342,7 +1342,7 @@ WHERE db.datname = current_database()""")
more_results = True
while more_results:
if self.row_count > 0:
if cur.get_rowcount() > 0:
result = []
try:
if records == -1: