summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2021-12-13Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.Adam Johnson
2021-12-10Refs #32502 -- Avoided table rebuild when adding fields with no default on SQ...Mariusz Felisiak
2021-12-10Fixed DatabaseFeatures.requires_literal_defaults on SQLite.Mariusz Felisiak
2021-12-10Refs #32502 -- Added SchemaEditor.prepare_default() on SQLite.Mariusz Felisiak
2021-12-09Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa
2021-12-07Fixed #31765 -- Enforced enhanced ALTER TABLE behavior for SQLite connections.Adam Johnson
2021-12-03Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on ...Georgi Yanchev
2021-12-02Updated various links to HTTPS and new locations.Mariusz Felisiak
2021-12-01Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.Przemysław Suliga
2021-11-25Removed unneeded can_use_chunked_reads feature flag on SQLite.Mariusz Felisiak
2021-11-24Removed unneeded supports_combined_alters feature flag on Oracle.Mariusz Felisiak
2021-11-19Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adap...SwastikTripathi
2021-11-19Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...Jonny Park
2021-11-15Refs #33288 -- Removed SQLite's DatabaseIntrospection._get_foreign_key_constr...Simon Charette
2021-11-15Fixed #33288 -- Made SQLite introspection use information schema for relations.Simon Charette
2021-11-15Refs #33288 -- Made SQLite introspection raise DatabaseError on nonexistent t...Simon Charette
2021-11-12Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.Krzysztof Jagiello
2021-11-12Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol
2021-11-10Removed DatabaseIntrospection.get_key_columns().Mariusz Felisiak
2021-11-10Fixed DatabaseIntrospection.get_relations() docstring.Tim Graham
2021-11-02Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a bool...Roman
2021-11-02Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_compari...Hasan Ramezani
2021-10-28Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...Chinmoy
2021-10-26Fixed #32672 -- Fixed introspection of primary key constraints on SQLite.Anv3sh
2021-10-22Fixed #33214 -- Added BaseDatabaseOperations.format_for_duration_arithmetic()...Manaia Junior
2021-10-18Fixed #33194 -- Fixed migrations when altering a field with functional indexe...Hannes Ljungberg
2021-10-12Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee
2021-10-01Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope
2021-10-01Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope
2021-10-01Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...Daniel Hahler
2021-09-28Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...Jordan Bae
2021-09-22Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-01Fixed #33080 -- Preserved nullability of textual fields on Oracle.Mariusz Felisiak
2021-08-31Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...Mariusz Felisiak
2021-08-24Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.Tim Graham
2021-08-20Fixed #33017 -- Fixed storage engine introspection on MySQL.Matjaz Gregoric
2021-08-20Optimized DatabaseSchemaEditor._field_should_be_indexed() on MySQL.Matjaz Gregoric
2021-07-28Optimized BaseDatabaseSchemaEditor._effective_default() a bit,Chris Jerdonek
2021-07-27Refs #32962 -- Simplified NULL logic in BaseDatabaseSchemaEditor._iter_column...Chris Jerdonek
2021-07-27Fixed #32962 -- Consolidated string concatenations in BaseDatabaseSchemaEdito...Chris Jerdonek
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-07-27Refs #32743 -- Fixed recreation of foreign key constraints when altering type...Jordan Bae
2021-07-26Fixed #32743 -- Added foreign key altering when altering type of referenced p...David Wobrock
2021-07-19Fixed #10929 -- Added default argument to aggregates.Nick Pope
2021-07-09Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...Ian Foote
2021-07-08Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.Mariusz Felisiak
2021-07-07Fixed inspectdb and schema tests on MariaDB 10.6+.Mariusz Felisiak
2021-07-05Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".Mateo Radman
2021-07-02Fixed #30934 -- Included database alias in django.db.backends log messages.Nick Pope