django/tests/backends
2025-02-09 12:57:40 +01:00
..
base Refs #34547 -- Removed DatabaseOperations.field_cast_sql() per deprecation timeline. 2025-01-15 22:28:37 +01:00
mysql Fixed #36105 -- Dropped support for MariaDB 10.5. 2025-02-09 12:57:40 +01:00
oracle Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_size. 2025-01-29 09:11:54 +00:00
postgresql Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create(). 2025-02-01 18:43:10 +01:00
sqlite Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_size. 2025-01-29 09:11:54 +00:00
__init__.py
models.py Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create(). 2025-02-01 18:43:10 +01:00
test_ddl_references.py Fixed #35469 -- Removed deferred SQL to create index removed by AlterField operation. 2024-05-28 12:44:07 +02:00
test_utils.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
tests.py Fixed #36111 -- Fixed test --debug-sql crash on Oracle when no prior query has executed. 2025-01-25 18:06:11 +01:00