summaryrefslogtreecommitdiff
path: root/tests/check_framework/test_database.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-12/+18
* Combined MySQL backend server info queries.Adam Johnson2020-06-221-9/+11
* Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.Mariusz Felisiak2020-03-031-1/+9
* Refs #31055 -- Added --database option to the check management command.Simon Charette2020-02-071-28/+9
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Added multi_db=True to test cases that access the 'other' db connection.Tim Graham2017-02-101-0/+2
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Fixed #26351 -- Added MySQL check to warn about strict mode optionClaude Paroz2016-04-081-0/+25
* Refs #26351 -- Added check hook to support database-related checksClaude Paroz2016-04-081-0/+33