summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/client.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-7/+1
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-291-9/+10
* Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson2020-04-141-1/+2
* Fixed #31076 -- Fixed dbshell crash on Windows with Python < 3.8.Zeynel Özdemir2019-12-161-1/+3
* Replaced subprocess commands by run() wherever possible.Claude Paroz2019-08-231-1/+1
* Fixed #26751 -- Made dbshell exit with the shell's error code.Étienne BERSAC2016-06-271-1/+1
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.Mihail Milushev2014-08-041-6/+2
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-1/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-1/+1
* Fixed #10357 -- Fixed the "dbshell" command for Windows users.Malcolm Tredinnick2009-04-111-3/+10
* Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty2009-03-111-2/+1
* db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq...Adrian Holovaty2008-09-091-1/+3
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-3/+5
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+6