django/tests/backends
Simon Charette 0fe218842e
Some checks failed
Docs / docs (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled
Linters / black (push) Has been cancelled
Docs / blacken-docs (push) Has been cancelled
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Fixed #36502 -- Restored UNNEST strategy for foreign key bulk inserts on PostgreSQL.
Regression in 764af7a3d6.
2025-07-10 18:33:00 +02:00
..
base Fixed #34865 -- Released memory earlier than garbage collection on database wrapping layers. 2025-03-17 18:28:20 -03:00
mysql Fixed #33537 -- Made test database cloning on MySQL reraise unexpected errors. 2025-03-17 15:45:08 +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 #36502 -- Restored UNNEST strategy for foreign key bulk inserts on PostgreSQL. 2025-07-10 18:33:00 +02:00
sqlite Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER. 2025-05-08 11:37:11 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
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 Refs #36380 -- Replaced mocked logging assertions in tests/backends/tests.py. 2025-06-16 17:41:24 -03:00