summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/features.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-0/+2
* Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.Mariusz Felisiak2022-12-081-6/+2
* Refs #31169 -- Skipped test_get_test_db_clone_settings_not_supported on not i...Mariusz Felisiak2022-11-281-0/+5
* Used DatabaseFeatures.django_test_skips to skip AssertNumQueriesUponConnectio...Christophe Baldy2022-11-241-0/+5
* Fixed #29062 -- Prevented possibility of database lock when using LiveServerT...baldychristophe2022-11-241-0/+10
* Fixed #10070 -- Added support for pyformat style parameters on SQLite.Ryan Cheley2022-11-081-1/+0
* Refs #33768 -- Fixed ordering compound queries by NULLs on SQLite < 3.30.Simon Charette2022-11-011-0/+2
* Fixed #32234 -- Made inspectdb inform about composite primary keys.Anv3sh2022-06-011-0/+7
* Fixed #33379 -- Added minimum database version checks.Hasan Ramezani2022-02-181-0/+1
* Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.Mariusz Felisiak2022-02-111-0/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-10/+20
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-35/+41
* Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu2022-01-191-0/+2
* Refs #29517 -- Removed obsolete PositiveIntegerField test skip.Tim Graham2021-12-271-3/+0
* Fixed DatabaseFeatures.requires_literal_defaults on SQLite.Mariusz Felisiak2021-12-101-0/+1
* Fixed #31765 -- Enforced enhanced ALTER TABLE behavior for SQLite connections.Adam Johnson2021-12-071-5/+0
* Removed unneeded can_use_chunked_reads feature flag on SQLite.Mariusz Felisiak2021-11-251-4/+0
* Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_compari...Hasan Ramezani2021-11-021-1/+5
* Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...Chinmoy2021-10-281-0/+1
* Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.Chris Jerdonek2021-04-121-0/+1
* Fixed #32501 -- Added support for returning fields from INSERT statements on ...girishsontakke2021-04-071-0/+6
* Fixed #31487 -- Added precision argument to Round().Nick Pope2021-03-291-0/+6
* Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...Hannes Ljungberg2021-01-141-1/+0
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-0/+1
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-0/+31
* Fixed #32179 -- Added JSONObject database function.Artur Beltsov2020-12-021-0/+1
* Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...Mariusz Felisiak2020-11-251-5/+6
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-0/+1
* Fixed #21181 -- Added Collate database function.Tom Carrick2020-08-111-0/+4
* Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...Mariusz Felisiak2020-07-281-0/+1
* Fixed #31765 -- Disabled bundled SQLite renaming atomic references on macOS 1...Tom Forbes2020-07-221-1/+9
* Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.Tim Graham2020-06-041-1/+0
* Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...Hasan Ramezani2020-06-041-6/+10
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-0/+16
* Fixed #31479 -- Added support to reset sequences on SQLite.Jon Dufresne2020-04-211-1/+0
* Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.Simon Charette2020-03-181-0/+1
* Refs #13312 -- Simplified handling of nulls ordering on MySQL.Nick Pope2019-11-041-0/+1
* Fixed #30859 -- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQ...Mariusz Felisiak2019-10-151-0/+1
* Refs #26608 -- Fixed DatabaseFeatures.supports_frame_range_fixed_distance on ...Mariusz Felisiak2019-10-091-0/+1
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-0/+1
* Refs #30027 -- Enabled window function tests on SQLite 3.25+.Simon Charette2019-02-091-0/+1
* Fixed #30116 -- Dropped support for Python 3.5.Tim Graham2019-01-301-3/+0
* Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...Dan Tao2019-01-291-0/+1
* Refs #23748 -- Added AutoField introspection for SQLite.Nick Pope2019-01-091-0/+2
* Refs #29547 -- Skipped an unsupported partial index test on older versions of...Tim Graham2018-12-261-0/+1
* Fixed #30056 -- Added SQLite support for StdDev and Variance functions.Nick Pope2018-12-241-21/+0
* Fixed #30055 -- Dropped support for SQLite < 3.8.3.Tim Graham2018-12-221-1/+0
* Refs #29928 -- Added supports_pragma_foreign_key_check SQLite feature flag.Simon Charette2018-12-221-1/+2
* Refs #29928 -- Corrected SQLite's can_defer_constraint_checks feature flag.Simon Charette2018-12-221-1/+1
* Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature f...Simon Charette2018-12-221-1/+1