index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2025-03-30
[5.2.x] Fixed warnings per flake8 7.2.0.
Mariusz Felisiak
2025-02-16
[5.2.x] Fixed #35967 -- Deferred test suite fixtures serialization after all ...
Simon Charette
2025-02-15
[5.2.x] Refs #36181 -- Removed the obsolete SubqueryConstraint machinery.
Mariusz Felisiak
2025-02-11
[5.2.x] Refs #36148 -- Relied on a feature switch to define tuple lookups sup...
Simon Charette
2025-01-29
[5.2.x] Fixed #36118 -- Accounted for multiple primary keys in bulk_update ma...
Sarah Boyce
2025-01-25
[5.2.x] Fixed #36111 -- Fixed test --debug-sql crash on Oracle when no prior ...
Jacob Walls
2025-01-20
[5.2.x] Fixed #36107 -- Adjusted UNNEST bulk_create strategy to opt-out sized...
Simon Charette
2025-01-10
Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.
Simon Charette
2024-12-18
Added DatabaseFeatures.rounds_to_even.
Tim Graham
2024-12-17
Fixed #35969 -- Disallowed specifying a USING clause for altered generated fi...
lufafajoshua
2024-12-17
Fixed #7732 -- Added support for connection pools on Oracle.
suraj
2024-12-16
Refs #35842 -- Fixed test_lookups_special_chars_double_quotes on SQLite 3.47+.
Sage Abdullah
2024-12-11
Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.
Simon Charette
2024-12-09
Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.
Simon Charette
2024-12-03
Refs #35842 -- Fixed handling of quotes in JSONField key lookups on Oracle.
Sage Abdullah
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-11-18
Fixed #18392 -- Changed default mysql encoding to "utf8mb4".
Ben Cail
2024-11-11
Fixed typo in django/db/backends/sqlite3/features.py.
Mariusz Felisiak
2024-10-31
Fixed #35180 -- Recreated PostgreSQL _like indexes when changing between Text...
Ben Cail
2024-10-30
Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ...
Anthony Joseph
2024-09-17
Fixed #35762 -- Avoided unneeded quote_name() calls in SQLite introspection.
Claude Paroz
2024-09-16
Fixed #34887 -- Added support for unlimited models.CharField on SQLite.
saJaeHyukc
2024-09-09
Refs #33817 -- Corrected errors raised when Oracle driver is not installed.
Mariusz Felisiak
2024-08-28
Fixed #35688 -- Restored timezone and role setters to be PostgreSQL DatabaseW...
Sarah Boyce
2024-08-28
Refs #34547 -- Adjusted deprecation warning stacklevel in DatabaseOperations....
Simon Charette
2024-08-28
Refs #12581 -- Adjusted warning stacklevel in queries ring buffer.
Simon Charette
2024-08-13
Fixed #35665 -- Fixed a crash when passing an empty order_by to Window.
Simon Charette
2024-08-03
Fixed #35655 -- Reverted "Fixed #35295 -- Used INSERT with multiple rows on O...
Sarah Boyce
2024-08-01
Reverted "Fixed #28646 -- Prevented duplicate index when unique is set to Tru...
Sarah Boyce
2024-07-30
Fixed #28646 -- Prevented duplicate index when unique is set to True on Postg...
Ben Cail
2024-07-25
Fixed #35625 -- Fixed a crash when adding a field with db_default and check c...
Simon Charette
2024-05-28
Fixed #35469 -- Removed deferred SQL to create index removed by AlterField op...
Jacob Walls
2024-05-27
Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.
Mariusz Felisiak
2024-05-03
Fixed #35422 -- Fixed migrations crash when altering GeneratedField referenci...
Mariusz Felisiak
2024-04-29
Fixed #35412 -- Dropped support for SQLite < 3.31.
Mariusz Felisiak
2024-04-16
Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.
Simon Charette
2024-04-15
Fixed backends.oracle.tests.TransactionalTests.test_hidden_no_data_found_exce...
Mariusz Felisiak
2024-04-02
Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.
Simon Charette
2024-03-26
Fixed #35329 -- Fixed migrations crash when adding partial unique constraints...
Mariusz Felisiak
2024-03-25
Removed unused _alter_column_collation_sql() in PostgreSQL DatabaseSchemaEditor.
Mariusz Felisiak
2024-03-16
Stopped skipping model_fields.test_jsonfield.TestQuerying.test_usage_in_subqu...
Mariusz Felisiak
2024-03-15
Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.
Mariusz Felisiak
2024-03-14
Fixed #28541 -- Fixed migrations crash when changing primary key on SQLite.
Ben Cail
2024-03-14
Fixed #35295 -- Used INSERT with multiple rows on Oracle 23c.
Mariusz Felisiak
2024-03-14
Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql().
Mariusz Felisiak
2024-03-11
Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle.
Mariusz Felisiak
2024-03-06
Fixed #35021 -- Fixed capturing queries when using client-side parameters bin...
Michail Chatzis
2024-03-01
Refs #33497 -- Added connection pool support for PostgreSQL.
Sarah Boyce
2024-02-26
Refs #34200 -- Removed unnecessary check in DatabaseWrapper.ensure_role() on ...
Florian Apolloner
2024-02-23
Simplified using DATABASES["OPTIONS"].
Florian Apolloner
[next]