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

This commit is contained in:
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

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: