summaryrefslogtreecommitdiff
path: root/tests/backends/base
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-181-0/+15
* Fixed #31090 -- Logged transaction management queries.Ilya Bass2022-11-211-3/+60
* Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.Simon Charette2022-07-061-8/+8
* Fixed #33379 -- Added minimum database version checks.Hasan Ramezani2022-02-181-0/+35
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-079-169/+228
* Fixed #23273 -- Avoided creation of django_migrations table when there are no...Jacob Walls2021-12-301-3/+29
* Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.Przemysław Suliga2021-12-011-2/+155
* Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adap...SwastikTripathi2021-11-191-2/+10
* Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...Jonny Park2021-11-191-0/+7
* Removed DatabaseIntrospection.get_key_columns().Mariusz Felisiak2021-11-101-5/+0
* Fixed #33214 -- Added BaseDatabaseOperations.format_for_duration_arithmetic()...Manaia Junior2021-10-221-0/+5
* Fixed #32687 -- Restored passing process’ environment to underlying tool in...Konstantin Alekseev2021-04-271-0/+14
* Refs #32178 -- Fixed test_mark_expected_failures_and_skips_call teardown.Tim Graham2020-12-111-3/+8
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-0/+62
* Fixed #31762 -- Made reloading the database for tests use the base manager.Hasan Ramezani2020-11-111-0/+13
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-291-0/+16
* Fixed #32012 -- Made test database creation sync apps models when migrations ...Mariusz Felisiak2020-09-235-5/+57
* Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...Mariusz Felisiak2020-08-281-5/+0
* Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.Sergey Fedoseev2020-06-301-4/+0
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-0/+5
* Fixed a/an typos in "SQL" usage.Adam Johnson2020-05-061-1/+1
* Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...Jon Dufresne2020-04-201-1/+1
* Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne2020-04-171-8/+5
* Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne2020-04-171-2/+43
* Fixed typo in tests/backends/base/test_operations.py.Mariusz Felisiak2020-04-081-13/+13
* Refs #31051 -- Fixed reloading the database with circular related objects and...Matthijs Kooijman2020-04-021-1/+26
* Refs #26552 -- Added test for reloading the database with self-referential ob...Matthijs Kooijman2020-04-021-1/+23
* Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().shankarj672020-03-061-0/+5
* Fixed #31333 -- Added BaseDatabaseIntrospection.get_table_description().aryan2020-03-041-0/+5
* Added tests for BaseDatabaseIntrospection's stub methods.Mariusz Felisiak2020-03-041-0/+32
* Fixed tests when run in reverse.Mariusz Felisiak2020-02-191-3/+3
* Fixed #26552 -- Deferred constraint checks when reloading the database with d...Matthijs Kooijman2020-02-141-0/+28
* Fixed #31117 -- Isolated backends.base.test_creation.TestDbCreationTests.Matthijs Kooijman2020-01-201-8/+12
* Refs #31117 -- Moved get_connection_copy() test hook to a module level.Mariusz Felisiak2020-01-201-10/+12
* Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne2019-11-201-1/+28
* Fixed typos in docs, comments, and exception messages.Ville Skyttä2019-04-181-1/+1
* Refs #28478 -- Prevented database feature based skipping on tests disallowing...Simon Charette2019-01-141-16/+17
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+2
* Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ...Tim Graham2018-11-171-8/+5
* Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.Tim Graham2018-11-171-0/+22
* Fixed #29813 -- Fixed DatabaseOperation test when run in isolation on MySQL.Jon Dufresne2018-10-021-2/+8
* Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes2018-02-101-1/+1
* Increased test coverage for db/backends/base/operations.py.Mads Jensen2017-09-301-1/+130
* Refs #28595 -- Added a hook to add execute wrappers for database queries.Shai Berger2017-09-211-1/+98
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-181-0/+10
* Reorganized backends tests.Mariusz Felisiak2017-06-214-0/+82