django/tests/backends
Przemysław Suliga 4ce59f602e Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.
The CONN_HEALTH_CHECKS setting can be used to enable database
connection health checks for Django's persistent DB connections.

Thanks Florian Apolloner for reviews.
2021-12-01 07:44:48 +01:00
..
base Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting. 2021-12-01 07:44:48 +01:00
mysql Fixed #33017 -- Fixed storage engine introspection on MySQL. 2021-08-20 11:05:21 +02:00
oracle Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_table. 2021-04-30 12:59:07 +02:00
postgresql Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on PostgreSQL. 2021-10-01 07:23:57 +02:00
sqlite Fixed #32672 -- Fixed introspection of primary key constraints on SQLite. 2021-10-26 09:50:23 +02:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQL keywords. 2020-12-28 08:57:30 +01:00
test_ddl_references.py Fixed #33194 -- Fixed migrations when altering a field with functional indexes/unique constraints on SQLite. 2021-10-18 08:25:23 +02:00
test_utils.py Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 07:30:02 +01:00
tests.py Used more specific unittest assertions in tests. 2021-07-07 10:51:38 +02:00