index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
backends
/
base
/
test_operations.py
Age
Commit message (
Expand
)
Author
2026-01-16
Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.
JaeHyuck Sa
2025-12-26
Fixed #36112 -- Added fallback in last_executed_query() on Oracle and Postgre...
VIZZARD-X
2025-01-15
Refs #34547 -- Removed DatabaseOperations.field_cast_sql() per deprecation ti...
Sarah Boyce
2024-12-16
Refs #29850 -- Removed obsolete test_window_frame_raise_not_supported_error.
Tim Graham
2024-08-28
Refs #34547 -- Adjusted deprecation warning stacklevel in DatabaseOperations....
Simon Charette
2024-01-16
Fixed #35111 -- Fixed compilation of DateField __in/__range rhs on SQLite and...
Simon Charette
2023-08-31
Fixed #34547 -- Deprecated DatabaseOperations.field_cast_sql().
David Smith
2023-04-18
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-19
Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adap...
SwastikTripathi
2021-10-22
Fixed #33214 -- Added BaseDatabaseOperations.format_for_duration_arithmetic()...
Manaia Junior
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-06-30
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-06
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-04-20
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
Added test coverage for DatabaseOperations.sql_flush().
Jon Dufresne
2020-04-08
Fixed typo in tests/backends/base/test_operations.py.
Mariusz Felisiak
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-01-14
Refs #28478 -- Prevented database feature based skipping on tests disallowing...
Simon Charette
2018-10-02
Fixed #29813 -- Fixed DatabaseOperation test when run in isolation on MySQL.
Jon Dufresne
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2017-09-30
Increased test coverage for db/backends/base/operations.py.
Mads Jensen
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen