summaryrefslogtreecommitdiff
path: root/tests/backends/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.Mariusz Felisiak2022-12-081-2/+2
* Fixed isolation of FeaturesTests.test_supports_json_field_operational_error().Mariusz Felisiak2022-03-181-2/+3
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-151-1/+9
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-4/+4
* Fixed #33379 -- Added minimum database version checks.Hasan Ramezani2022-02-181-19/+7
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-076-117/+183
* Refs #33355 -- Made trunc functions raise ValueError on invalid lookups on SQ...Adam Johnson2021-12-231-0/+21
* Fixed #32672 -- Fixed introspection of primary key constraints on SQLite.Anv3sh2021-10-261-0/+19
* Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...Girish Sontakke2021-03-251-0/+17
* Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak2020-12-301-3/+3
* Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...Mariusz Felisiak2020-11-251-0/+18
* Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.Mariusz Felisiak2020-09-131-3/+1
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-1/+1
* Fixed #31479 -- Added support to reset sequences on SQLite.Jon Dufresne2020-04-211-3/+14
* Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne2020-04-171-22/+2
* Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne2020-04-171-0/+94
* Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...Taoup2020-02-181-0/+9
* Fixed #31233 -- Closed database connections and cursors after use.Jon Dufresne2020-02-061-2/+4
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-5/+3
* Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests.Mariusz Felisiak2019-12-311-9/+7
* Fixed #30413 -- Fixed test database signature on SQLite when test database na...Farhaan Bukhsh2019-11-211-0/+18
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-1/+17
* Fixed #30183 -- Added introspection of inline SQLite constraints.Paveł Tyślacki2019-03-131-0/+115
* Fixed a failure when running tests on systems with SQLite < 3.8.3.Tim Graham2019-02-211-1/+6
* Refs #30055 -- Added a helpful error when SQLite is too old.Tim Graham2019-01-281-0/+11
* Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette2019-01-091-0/+12
* Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature f...Simon Charette2018-12-221-1/+5
* Renamed SQLite3 references to to SQLite.Simon Charette2018-12-221-2/+2
* Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.Simon Charette2018-12-171-3/+3
* Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...Simon Charette2018-12-151-17/+47
* Fixed #29500 -- Fixed SQLite function crashes on null values.Srinivas Reddy Thatiparthy2018-09-101-0/+16
* Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backendZackary Troop2018-04-281-0/+27
* Fixed #28849 -- Fixed referenced table and column rename on SQLite.Simon Charette2017-12-011-1/+41
* Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne2017-11-281-8/+8
* Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette2017-10-061-4/+5
* Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.Tim Graham2017-10-031-18/+3
* Reorganized backends tests.Mariusz Felisiak2017-06-212-0/+138