summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/sql.py
AgeCommit message (Expand)Author
2021-12-31sql: Make Query.bound_values() return a dict againJimmy
2021-08-26More random API changesFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-07-03Cosmetic changeslufte
2021-07-02The database of a table shouldn't be privatelufte
2021-06-30No better type than Any for theselufte
2021-06-30Ensure in memory db closes after retuning versionlufte
2021-06-30The old code is now safe to removelufte
2021-06-30Isort and issing type annotationslufte
2021-06-30Make version() a plain functionlufte
2021-06-29No camel-case method nameslufte
2021-06-29Annotate return types of __init__ methodslufte
2021-06-29No type parameters for generics yetJavier Ayres
2021-06-28Adjustments in typinglufte
2021-06-28Missing periods at the end of the docstringslufte
2021-06-28Add (almost) all missing types and docstringslufte
2021-06-27Replace missing .formats with f-stringslufte
2021-06-27Avoid running migrations partiallylufte
2021-06-27Upgrade user_version after migrations have runlufte
2021-06-27These are also no longer neededlufte
2021-06-26Remove old commentlufte
2021-06-26Fix linter errorslufte
2021-06-26Update usages of sql module to use the new class.lufte
2021-06-26Don't store database reference and use path as connection namelufte
2021-06-24Update module's stringdocJavier Ayres
2021-06-22Missing selflufte
2021-06-22Initial work for Database classlufte
2021-03-18Try to recover from CompletionMetaInfo with unexpected structureFlorian Bruhin
2021-02-03Improve rebuilding of history databaseFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-15Remove unused importFlorian Bruhin
2021-01-15Move sql.UserVersion to dataclassesFlorian Bruhin
2021-01-15sql: Fix mypyFlorian Bruhin
2021-01-15sql: Simplify conditionFlorian Bruhin
2021-01-15sql: Improve and quieten loggingFlorian Bruhin
2021-01-15sql: Clean up init slightlyFlorian Bruhin
2021-01-15Use sql.user_version_changed() everywhereFlorian Bruhin
2021-01-14Fix lintFlorian Bruhin
2021-01-14sql: Remove .delete(like=True)Florian Bruhin
2021-01-14Merge branch 'master' into history-cleanupFlorian Bruhin
2021-01-14sql: Add Query.__bool__Florian Bruhin
2021-01-14sql: Harden rows_affected()Florian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2021-01-05sql: Only alter tables if user version changedFlorian Bruhin
2021-01-05sql: Add major/minor user version infraFlorian Bruhin
2021-01-05sql: Add .delete(..., like=True)Florian Bruhin
2021-01-02Fix spellingFlorian Bruhin
2021-01-02history: Remove old force_rebuild valuesFlorian Bruhin
2020-11-04old qt: Drop SQL error workaroundFlorian Bruhin