Browse Source

add TODO to query fetching

Jens Keim 6 years ago
parent
commit
85e1b96f77
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/Core/StatsDatabase.py

+ 1 - 0
code/Core/StatsDatabase.py

@@ -305,6 +305,7 @@ class StatsDatabase:
                 raise QueryExecutionException("The requested query '" + query_list[0] + "(" + query_list[1] +
                                               ")' was not found in the internal query list!")
             self.cursor.execute(str(query))
+            # TODO: fetch query on demand
             last_result = self.cursor.fetchall()
             return last_result