summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/sql.py
AgeCommit message (Expand)Author
2023-06-30Merge pull request #7761 from pylbrecht/remove-vim-modelinesFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-06-30mypy: Make misc.sql fully typedFlorian Bruhin
2022-09-11mypy: defer to machinery for conditional: QtSql bound valuestoofar
2022-09-11mypy: fallback sqlite error code can be strtoofar
2022-08-26sql: Add *all* primary sqlite result codesFlorian Bruhin
2022-08-26sql: Handle sqlite extended error codesFlorian Bruhin
2022-08-23sql: Small changes to placeholder handlingFlorian Bruhin
2022-08-23qt 6: Fix validation of bound valuesFlorian Bruhin
2022-08-23sql: Make Query.bound_values() return a dict againJimmy
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-04-28Remove redundant quotesFlorian Bruhin
2022-04-26Update sql.pycode-review-doctor
2022-04-24 Fix issue probably-meant-fstring found at https://codereview.doctorcode-review-doctor
2021-12-03pylint: Enable docparams checkerFlorian 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