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
2025-02-11
[5.2.x] Refs #36148 -- Relied on a feature switch to define tuple lookups sup...
Simon Charette
2025-01-29
[5.2.x] Fixed #36118 -- Accounted for multiple primary keys in bulk_update ma...
Sarah Boyce
2025-01-25
[5.2.x] Fixed #36111 -- Fixed test --debug-sql crash on Oracle when no prior ...
Jacob Walls
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
2023-12-22
Fixed #35054 -- Fixed crash on Oracle when fetching JSONFields with oracledb ...
Mariusz Felisiak
2023-12-12
Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as...
Mariusz Felisiak
2023-12-06
Replaced deprecated database type synonyms in Oracle backend.
Mariusz Felisiak
2023-11-03
Fixed #34941 -- Fixed fetching decimal db_defaults for DecimalFields on Oracle.
Mariusz Felisiak
2023-11-03
Refs #34941 -- Skipped OperationTests.test_alter_field_change_nullable_to_dec...
Mariusz Felisiak
2023-11-02
Fixed #34936 -- Fixed migration crash for DecimalField with db_default on SQL...
David Sanders
2023-11-02
Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-10-30
Refs #29850 -- Added exclusion support to window frames.
Sarah Boyce
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-10
Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.
Jingbei Li
2023-08-10
Fixed DatabaseFeatures.supports_primitives_in_json_field on Oracle 21c+.
Mariusz Felisiak
2023-08-09
Refs #34233 -- Bumped required cx_Oracle to 8.3.
Mariusz Felisiak
2023-06-27
Fixed #34671 -- Fixed collation introspection for views and materialized view...
Mariusz Felisiak
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-10
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-08
Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...
Mariusz Felisiak
2023-04-18
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-09
Fixed #34176 -- Fixed grouping by ambiguous aliases.
Simon Charette
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-11-25
Fixed #34103 -- Fixed logging SQL queries with duplicate parameters on Oracle.
David Sanders
2022-11-21
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-06
Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.
Simon Charette
2022-10-05
Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...
Simon Charette
2022-09-13
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
[next]