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
/
django
/
db
/
backends
/
oracle
Age
Commit message (
Expand
)
Author
2026-04-18
Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.
Mariusz Felisiak
2026-02-20
Refs #36938 -- Marked a test for union of ordered querysets as an expected fa...
Jacob Walls
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2026-01-16
Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.
JaeHyuck Sa
2026-01-03
Added DatabaseCreation.destroy_test_db_connection_close_method hook.
Tim Graham
2025-12-26
Fixed #36112 -- Added fallback in last_executed_query() on Oracle and Postgre...
VIZZARD-X
2025-12-13
Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...
Mariusz Felisiak
2025-12-12
Fixed #36735 -- Added UUID4 and UUID7 database functions.
Lily Acorn
2025-11-21
Fixed #36718 -- Added JSONField support for negative array indexing on Oracle...
Clifford Gama
2025-11-17
Fixed #24920 -- Added support for DecimalField with no precision.
Mariusz Felisiak
2025-10-31
Fixed #36661 -- Added introspection of database-level delete options.
Mariusz Felisiak
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-10-11
Fixed #36646 -- Added compatibility for oracledb 3.4.0.
Simon Charette
2025-09-23
Fixed #36616 -- Added DatabaseOperations.adapt_durationfield_value().
Tim Graham
2025-09-14
Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.
Simon Charette
2025-08-28
Refs #27222 -- Adapted RETURNING handling to be usable for UPDATE queries.
Simon Charette
2025-08-12
Remove unused OneToOneField from DatabaseWrapper.data_types.
Tim Graham
2025-08-07
Fixed #36210, Refs #36181 -- Allowed Subquery usage in further lookups agains...
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-05-20
Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...
ontowhee
2025-05-14
Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.
savanto
2025-04-30
Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key f...
Simon Charette
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-03-09
Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.
petr.prikryl
2025-03-03
Fixed #35444 -- Added generic support for Aggregate.order_by.
Chris Muthig
2025-02-09
Fixed #36148 -- Enabled native tuple comparison lookups on SQLite 3.37+ and O...
Simon Charette
2025-02-09
Refs #36148 -- Relied on a feature switch to define tuple lookups support.
Simon Charette
2025-01-29
Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_...
Sarah Boyce
2025-01-25
Fixed #36111 -- Fixed test --debug-sql crash on Oracle when no prior query ha...
Jacob Walls
2025-01-15
Refs #33817 -- Removed support for cx_Oracle per deprecation timeline.
Sarah Boyce
2024-12-17
Fixed #7732 -- Added support for connection pools on Oracle.
suraj
2024-12-09
Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.
Simon Charette
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-09-09
Refs #33817 -- Corrected errors raised when Oracle driver is not installed.
Mariusz Felisiak
2024-08-13
Fixed #35665 -- Fixed a crash when passing an empty order_by to Window.
Simon Charette
2024-08-03
Fixed #35655 -- Reverted "Fixed #35295 -- Used INSERT with multiple rows on O...
Sarah Boyce
2024-04-15
Fixed backends.oracle.tests.TransactionalTests.test_hidden_no_data_found_exce...
Mariusz Felisiak
2024-04-02
Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.
Simon Charette
2024-03-16
Stopped skipping model_fields.test_jsonfield.TestQuerying.test_usage_in_subqu...
Mariusz Felisiak
2024-03-15
Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.
Mariusz Felisiak
2024-03-14
Fixed #35295 -- Used INSERT with multiple rows on Oracle 23c.
Mariusz Felisiak
2024-03-11
Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle.
Mariusz Felisiak
2024-02-15
Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...
Albert Defler
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-23
Refs #33517 -- Prevented __second lookup from returning fractional seconds on...
Hisham Mahmood
2024-01-16
Fixed #35111 -- Fixed compilation of DateField __in/__range rhs on SQLite and...
Simon Charette
2024-01-01
Updated DatabaseFeatures.bare_select_suffix on Oracle 23c.
Nick Pope
2024-01-01
Supported native aggregation over INTERVALs on Oracle 23c.
Nick Pope
2024-01-01
Added note about SELECT index in GROUP BY on Oracle 23c.
Nick Pope
[next]