summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/schema.py
AgeCommit message (Expand)Author
2021-02-09[3.2.x] Fixed #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
2013-08-13Oracle schema backend, passes most tests and is pretty complete.Andrew Godwin
2013-08-12Start of getting Oracle to do schema stuffAndrew Godwin
2012-09-07Stubbed-out oracle schema fileAndrew Godwin