summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle
AgeCommit 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-17Fixed #7732 -- Added support for connection pools on Oracle.suraj
2024-12-09Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.Simon Charette
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-09-09Refs #33817 -- Corrected errors raised when Oracle driver is not installed.Mariusz Felisiak
2024-08-13Fixed #35665 -- Fixed a crash when passing an empty order_by to Window.Simon Charette
2024-08-03Fixed #35655 -- Reverted "Fixed #35295 -- Used INSERT with multiple rows on O...Sarah Boyce
2024-04-15Fixed backends.oracle.tests.TransactionalTests.test_hidden_no_data_found_exce...Mariusz Felisiak
2024-04-02Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.Simon Charette
2024-03-16Stopped skipping model_fields.test_jsonfield.TestQuerying.test_usage_in_subqu...Mariusz Felisiak
2024-03-15Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.Mariusz Felisiak
2024-03-14Fixed #35295 -- Used INSERT with multiple rows on Oracle 23c.Mariusz Felisiak
2024-03-11Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle.Mariusz Felisiak
2024-02-15Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...Albert Defler
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-23Refs #33517 -- Prevented __second lookup from returning fractional seconds on...Hisham Mahmood
2024-01-16Fixed #35111 -- Fixed compilation of DateField __in/__range rhs on SQLite and...Simon Charette
2024-01-01Updated DatabaseFeatures.bare_select_suffix on Oracle 23c.Nick Pope
2024-01-01Supported native aggregation over INTERVALs on Oracle 23c.Nick Pope
2024-01-01Added note about SELECT index in GROUP BY on Oracle 23c.Nick Pope
2023-12-22Fixed #35054 -- Fixed crash on Oracle when fetching JSONFields with oracledb ...Mariusz Felisiak
2023-12-12Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as...Mariusz Felisiak
2023-12-06Replaced deprecated database type synonyms in Oracle backend.Mariusz Felisiak
2023-11-03Fixed #34941 -- Fixed fetching decimal db_defaults for DecimalFields on Oracle.Mariusz Felisiak
2023-11-03Refs #34941 -- Skipped OperationTests.test_alter_field_change_nullable_to_dec...Mariusz Felisiak
2023-11-02Fixed #34936 -- Fixed migration crash for DecimalField with db_default on SQL...David Sanders
2023-11-02Refs #31300 -- Allowed testing GeneratedField without collation.Tim Graham
2023-10-30Refs #29850 -- Added exclusion support to window frames.Sarah Boyce
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2023-08-10Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.Jingbei Li
2023-08-10Fixed DatabaseFeatures.supports_primitives_in_json_field on Oracle 21c+.Mariusz Felisiak
2023-08-09Refs #34233 -- Bumped required cx_Oracle to 8.3.Mariusz Felisiak
2023-06-27Fixed #34671 -- Fixed collation introspection for views and materialized view...Mariusz Felisiak
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-05-10Fixed #34553 -- Fixed improper % escaping of literal in constraints.Simon Charette
2023-05-08Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...Mariusz Felisiak
2023-04-18Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-09Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-12-22Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak
2022-12-08Made inspectdb used Cursor.description.display_size for CharFields' max_length.Mariusz Felisiak
2022-11-25Fixed #34103 -- Fixed logging SQL queries with duplicate parameters on Oracle.David Sanders
2022-11-21Fixed #31090 -- Logged transaction management queries.Ilya Bass
2022-10-31Used more augmented assignment statements.Nick Pope
2022-10-06Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.Simon Charette
2022-10-05Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...Simon Charette
2022-09-13Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders