index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
sqlite3
/
features.py
Age
Commit message (
Expand
)
Author
2021-01-14
Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...
Hannes Ljungberg
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-11-25
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...
Mariusz Felisiak
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-07-28
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...
Mariusz Felisiak
2020-07-22
Fixed #31765 -- Disabled bundled SQLite renaming atomic references on macOS 1...
Tom Forbes
2020-06-04
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Tim Graham
2020-06-04
Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...
Hasan Ramezani
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-21
Fixed #31479 -- Added support to reset sequences on SQLite.
Jon Dufresne
2020-03-18
Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.
Simon Charette
2019-11-04
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
Nick Pope
2019-10-15
Fixed #30859 -- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQ...
Mariusz Felisiak
2019-10-09
Refs #26608 -- Fixed DatabaseFeatures.supports_frame_range_fixed_distance on ...
Mariusz Felisiak
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-02-09
Refs #30027 -- Enabled window function tests on SQLite 3.25+.
Simon Charette
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-09
Refs #23748 -- Added AutoField introspection for SQLite.
Nick Pope
2018-12-26
Refs #29547 -- Skipped an unsupported partial index test on older versions of...
Tim Graham
2018-12-24
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-22
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
Tim Graham
2018-12-22
Refs #29928 -- Added supports_pragma_foreign_key_check SQLite feature flag.
Simon Charette
2018-12-22
Refs #29928 -- Corrected SQLite's can_defer_constraint_checks feature flag.
Simon Charette
2018-12-22
Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature f...
Simon Charette
2018-12-22
Refs #29547 -- Corrected SQLite's supports_partial_indexes feature flag.
Simon Charette
2018-12-17
Fixed #29928 -- Enabled deferred constraint checks on SQLite 3.20+.
Simon Charette
2018-12-17
Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
Simon Charette
2018-12-06
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...
Mariusz Felisiak
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-27
Fixed #29763 -- Added support for column renaming on SQLite.
Hampus Dunström
2018-10-25
Refs #27025 -- Removed obsolete sqlite3 transaction management workaround for...
Tim Graham
2018-10-25
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-01
Fixed #29767 -- Made date-related casts work on SQLite
Claude Paroz
2018-07-25
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
Andrew Brown
2018-06-25
Fixed #29517 -- Added support for SQLite column check constraints on positive...
Tim Graham
2017-12-01
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-10-03
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-10-03
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
Tim Graham
2017-09-18
Changed default value of DatabaseFeatures.has_bulk_insert to True.
Mads Jensen
2017-09-06
Replaced @cached_property with class attributes where possible.
Sergey Fedoseev
2017-07-17
Fixed #28391 -- Fixed Cast() with CharField and max_length on MySQL.
Mariusz Felisiak
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-03-24
Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a ...
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
[next]