Show More
@@ -321,7 +321,7 b' class HistoryAccessor(Configurable):' | |||
|
321 | 321 | params += (n,) |
|
322 | 322 | cur = self._run_sql(sqlform, params, raw=raw, output=output) |
|
323 | 323 | if n is not None: |
|
324 |
|
|
|
324 | return reversed(list(cur)) | |
|
325 | 325 | return cur |
|
326 | 326 | |
|
327 | 327 | def get_range(self, session, start=1, stop=None, raw=True,output=False): |
General Comments 0
You need to be logged in to leave comments.
Login now