summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/schema.py
AgeCommit message (Expand)Author
2025-12-13Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...Mariusz Felisiak
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-03-09Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.petr.prikryl
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-04-02Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.Simon Charette
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-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-12-22Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak
2022-08-02Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...Mariusz Felisiak
2022-04-29Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...Mariusz Felisiak
2022-03-29Updated Oracle docs links to Oracle 21c.Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2021-12-14Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.mdalp
2021-09-28Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...Jordan Bae
2021-08-31Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...Mariusz Felisiak
2021-02-09Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae
2020-09-21Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick
2020-08-24Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...Tim Graham
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-04-30Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...Simon Charette
2019-02-07Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
2019-01-29Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...Dan Tao
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2018-06-17Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...Mariusz Felisiak
2017-11-23Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev
2017-06-01Fixed #26682 -- Added support for Oracle identity columns.Mariusz Felisiak
2017-05-23Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak
2017-04-27Fixed force_text() import in Oracle backend.Tim Graham
2017-04-21Updated Oracle docs links to Oracle 12c.Mariusz Felisiak
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-10-12Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instea...Mariusz Felisiak
2015-06-24Refs #25002 -- Supported textual to temporal column alteration on Oracle.Simon Charette
2015-02-10Fixed #24200 -- Made introspection bypass statement cacheJosh Smeaton
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-06-13Added django.utils.six.buffer_typesShai Berger
2014-05-28Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3Shai Berger
2014-05-20Fixed #22649: Beefed up quote_valueAndrew Godwin
2014-02-09Fixed #21844: Move quote_parameter off of Operations and renameAndrew Godwin
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-09-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin
2013-08-23Fix Oracle's default handling and schema-prepared-statement issueAndrew Godwin