qutebrowser/tests/unit/completion
Florian Bruhin 6660297871 Fix new completion with web-history-max-items set to 0
We get no last_atime limit at all otherwise:

qutebrowser.misc.sql.SqlException: Failed to prepare query "SELECT url, title,
strftime('%Y-%m-%d', last_atime, 'unixepoch', 'localtime') FROM
CompletionHistory WHERE (url LIKE :pat escape '\' or title LIKE :pat escape '\')
AND last_atime >= ORDER BY last_atime DESC": "near "ORDER": syntax error Unable
to execute statement"
2017-07-21 17:11:38 +02:00
..
test_completer.py Don't regenerate completion model needlessly. 2017-06-19 07:44:11 -04:00
test_completionmodel.py SQL code review fixes. 2017-07-11 08:07:48 -04:00
test_completionwidget.py SQL code review fixes. 2017-07-12 08:19:31 -04:00
test_histcategory.py Fix new completion with web-history-max-items set to 0 2017-07-21 17:11:38 +02:00
test_listcategory.py SQL code review changes. 2017-07-08 16:34:38 -04:00
test_models.py Add LIMIT to history query. 2017-07-16 18:13:51 -04:00