summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/schema.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-1/+3
* Fixed #34553 -- Fixed improper % escaping of literal in constraints.Simon Charette2023-05-101-1/+1
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak2022-12-221-12/+11
* Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...Mariusz Felisiak2022-08-021-2/+4
* Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...Mariusz Felisiak2022-04-291-0/+8
* Updated Oracle docs links to Oracle 21c.Mariusz Felisiak2022-03-291-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-4/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-34/+64
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-4/+10
* Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.mdalp2021-12-141-0/+3
* Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...Jordan Bae2021-09-281-6/+0
* Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...Mariusz Felisiak2021-08-311-1/+14
* Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae2021-02-091-0/+1
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-0/+14
* Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...Tim Graham2020-08-241-0/+11
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-1/+1
* Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...Simon Charette2019-04-301-1/+1
* Updated Oracle docs links to Oracle 18c.Mariusz Felisiak2019-02-071-1/+2
* Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...Dan Tao2019-01-291-0/+1
* Fixed #29547 -- Added support for partial indexes.Mads Jensen2018-10-291-0/+1
* Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...Mariusz Felisiak2018-06-171-0/+6
* Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev2017-11-231-3/+1
* Fixed #26682 -- Added support for Oracle identity columns.Mariusz Felisiak2017-06-011-4/+41
* Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak2017-05-231-0/+7
* Fixed force_text() import in Oracle backend.Tim Graham2017-04-271-1/+1
* Updated Oracle docs links to Oracle 12c.Mariusz Felisiak2017-04-211-1/+1
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-4/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+3
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-4/+3
* Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instea...Mariusz Felisiak2016-10-121-2/+2
* Refs #25002 -- Supported textual to temporal column alteration on Oracle.Simon Charette2015-06-241-12/+27
* Fixed #24200 -- Made introspection bypass statement cacheJosh Smeaton2015-02-101-3/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
* Added django.utils.six.buffer_typesShai Berger2014-06-131-2/+1
* Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3Shai Berger2014-05-281-2/+4
* Fixed #22649: Beefed up quote_valueAndrew Godwin2014-05-201-1/+4
* Fixed #21844: Move quote_parameter off of Operations and renameAndrew Godwin2014-02-091-1/+13
* Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor2013-09-061-4/+3
* Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin2013-09-061-8/+1
* Fix Oracle's default handling and schema-prepared-statement issueAndrew Godwin2013-08-231-0/+12
* Oracle schema backend, passes most tests and is pretty complete.Andrew Godwin2013-08-131-0/+77
* Start of getting Oracle to do schema stuffAndrew Godwin2013-08-121-1/+10
* Stubbed-out oracle schema fileAndrew Godwin2012-09-071-0/+5