Explorar o código

add TODO to query fetching

Jens Keim %!s(int64=6) %!d(string=hai) anos
pai
achega
85e1b96f77
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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