summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_sql.py
AgeCommit message (Expand)Author
2022-09-04Swap SQL module aliases to avoid conflicts.feat/pyqt_import_rewrite_v2toofar
2022-07-03import/variable name clashes after PyQt import rewriteJimmy
2022-06-26Re-write PyQt references to always include the moduletoofar
2022-06-22Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-06-22Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2021-07-09Restore the sql fixture to close DBs after testinglufte
2021-07-03Fix function name too shortlufte
2021-07-02No need to create new databases each timelufte
2021-07-02Add unit tests for the Transaction classlufte
2021-06-30Make version() a plain functionlufte
2021-06-28Update test_sql unit testslufte
2021-02-26Qtbot methods changed to snake case,snake case check addedLembrun
2021-02-03Improve rebuilding of history databaseFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-14sql: Remove .delete(like=True)Florian Bruhin
2021-01-14sql: Improve/fix rows_affected() testsFlorian Bruhin
2021-01-14sql: Add Query.__bool__Florian Bruhin
2021-01-14sql: Fix testFlorian Bruhin
2021-01-05sql: Add major/minor user version infraFlorian Bruhin
2021-01-05sql: Add .delete(..., like=True)Florian Bruhin
2021-01-02history: Remove old force_rebuild valuesFlorian Bruhin
2020-11-04old qt: Drop SQL error workaroundFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-04-03Remove Sql prefix for SqlKnownError and SqlBugErrorFlorian Bruhin
2019-04-03Finish environmental -> known renameFlorian Bruhin
2019-04-02Refactor LongQueryError and EnvironmentError into KnownErrorJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-10-24Use caplog.messagesFlorian Bruhin
2018-09-12Clean up workaround for sqlite opening errorsFlorian Bruhin
2018-09-12Fix handling of sqlite out of memory errorsFlorian Bruhin
2018-09-01Define names for sqlite error codesFlorian Bruhin
2018-09-01Merge Sql{Environment,Bug}Error with Sqlite{Environment,Bug}ErrorFlorian Bruhin
2018-09-01Redesign SQL error handlingFlorian Bruhin
2018-09-01Also detect missing bound values for sql.Query.run_batchFlorian Bruhin
2018-09-01Add some more sql.Query testsFlorian Bruhin
2018-09-01Use composition instead of inheritance for sql.QueryFlorian Bruhin
2018-09-01Make sure queries don't have any missing bindingsFlorian Bruhin
2018-09-01Add some tests for sql.QueryFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-12-15Fix wrong import orderFlorian Bruhin
2017-10-17Fix error code for "database is locked"Florian Bruhin
2017-10-09Fix getting a short text from the SqlErrorFlorian Bruhin
2017-10-09Handle some sqlite errors gracefullyFlorian Bruhin
2017-10-02Refactor SQL error handlingFlorian Bruhin
2017-06-29Use more intuitive argument order in sql.delete.Ryan Roden-Corrent
2017-06-19Fix flake8 errorsRyan Roden-Corrent
2017-06-19Use a dict instead of named params for insert.Ryan Roden-Corrent
2017-06-19Use named placeholders for sql queries.Ryan Roden-Corrent