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
/
schema.py
Age
Commit message (
Expand
)
Author
2019-02-07
[2.2.x] Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-06-17
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...
Mariusz Felisiak
2017-11-23
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-06-01
Fixed #26682 -- Added support for Oracle identity columns.
Mariusz Felisiak
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-04-27
Fixed force_text() import in Oracle backend.
Tim Graham
2017-04-21
Updated Oracle docs links to Oracle 12c.
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-10-12
Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instea...
Mariusz Felisiak
2015-06-24
Refs #25002 -- Supported textual to temporal column alteration on Oracle.
Simon Charette
2015-02-10
Fixed #24200 -- Made introspection bypass statement cache
Josh Smeaton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-06-13
Added django.utils.six.buffer_types
Shai Berger
2014-05-28
Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3
Shai Berger
2014-05-20
Fixed #22649: Beefed up quote_value
Andrew Godwin
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-08-23
Fix Oracle's default handling and schema-prepared-statement issue
Andrew Godwin
2013-08-13
Oracle schema backend, passes most tests and is pretty complete.
Andrew Godwin
2013-08-12
Start of getting Oracle to do schema stuff
Andrew Godwin
2012-09-07
Stubbed-out oracle schema file
Andrew Godwin