summaryrefslogtreecommitdiff
path: root/tests/backends/base/test_operations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-181-0/+15
* Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.Simon Charette2022-07-061-8/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-39/+68
* Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adap...SwastikTripathi2021-11-191-2/+10
* Fixed #33214 -- Added BaseDatabaseOperations.format_for_duration_arithmetic()...Manaia Junior2021-10-221-0/+5
* 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
* 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
* 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
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-181-0/+10