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
Age
Commit message (
Expand
)
Author
2017-07-06
Fixed #28364 -- Removed redundant table joins in Oracle's DatabaseIntrospecti...
Mariusz Felisiak
2017-07-06
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...
Mariusz Felisiak
2017-07-04
Removed obsolete comment about IntegerField introspection on Oracle.
Mariusz Felisiak
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-08
Fixed #28103 -- Added quarter extract, truncation, and lookup.
Mads Jensen
2017-06-06
Refs #20483 -- Removed unneeded column from _foreign_key_constraints() on Ora...
Mariusz Felisiak
2017-06-02
Fixed #28260 -- Allowed customizing the test tablespace initial and autoexten...
Mariusz Felisiak
2017-06-02
Fixed #28258 -- Optimized Oracle introspection by using LISTAGG.
Mariusz Felisiak
2017-06-01
Refs #26682 -- Added AutoField introspection on Oracle.
Mariusz Felisiak
2017-06-01
Fixed #26682 -- Added support for Oracle identity columns.
Mariusz Felisiak
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-05-23
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-04-28
Fixed #28138 -- Used output type handler instead of numbersAsStrings on Or...
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-04-18
Removed unused DatabaseIntrospection._name_to_index() from Oracle backend.
Mariusz Felisiak
2017-04-17
Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.
Mariusz Felisiak
2017-04-10
Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().
Mariusz Felisiak
2017-04-07
Fixed #23147 -- Disabled a limit/offset on a query with select_for_update on ...
Mariusz Felisiak
2017-03-28
Updated cx_Oracle arraysize comment.
Tim Graham
2017-03-10
Fixed #27924 -- Added support for cx_Oracle 5.3.
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-02-09
Fixed #22669 -- Fixed QuerySet.bulk_create() with empty model fields on Oracle.
Mikhail Nacharov
2017-02-09
Fixed #25898 -- Made test database/user creation on Oracle reraise unexpected...
Mariusz Felisiak
2017-02-09
Fixed #27822 -- Replaced deprecated cx_Oracle types in DatabaseIntrospection....
Mariusz Felisiak
2017-02-06
Fixed #27802 -- Unified return value of db backend datetime SQL methods.
Mariusz Felisiak
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-30
Fixed #27789 -- Simplified query for sequence value on Oracle.
Mariusz Felisiak
2017-01-28
Fixed #27788 -- Dropped support for Oracle < 12.1.
Tim Graham
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Removed Python 2 workaround for hashing Oracle params (refs #2...
Mariusz Felisiak
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
Refs #19738 -- Removed timezone conversion in SQL queries executed outside of...
Tim Graham
2017-01-16
Refs #27690 -- Removed sleep before drop test db on Oracle.
Mariusz Felisiak
2017-01-16
Moved unneeded ImproperlyConfigured inner imports.
Tim Graham
2017-01-14
Fixed #27149 -- Added Subquery and Exists database expressions.
Matthew Schinckel
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-13
Refs #20483 -- Implemented cascaded flush on Oracle.
Simon Charette
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
[prev]
[next]