summaryrefslogtreecommitdiff
path: root/tests/dbshell/test_sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34535 -- Fixed SQLite dbshell crash on pathlib.Path when handling Comm...Jan Pieter Waagmeester2023-05-041-0/+19
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-4/+4
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-1/+1
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-291-30/+10
* Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson2020-04-141-2/+14
* Fixed #31076 -- Fixed dbshell crash on Windows with Python < 3.8.Zeynel Ă–zdemir2019-12-161-0/+31