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
/
base.py
Age
Commit message (
Expand
)
Author
2017-03-10
[1.11.x] Fixed #27924 -- Added support for cx_Oracle 5.3.
Mariusz Felisiak
2017-01-16
Moved unneeded ImproperlyConfigured inner imports.
Tim Graham
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2017-01-01
Refs #27632 -- Simplified params dict creation for Oracle (#7772)
Josh Smeaton
2016-12-29
Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.
Mariusz Felisiak
2016-12-29
Fixed #27649 -- Bumped required cx_Oracle to 5.2.
Tim Graham
2016-12-28
Refs #27632 -- Unified query parameters by their types and values on Oracle.
Mariusz Felisiak
2016-12-28
Fixed #27632 -- Unified query parameters by their values on Oracle.
Mariusz Felisiak
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-27
Fixed #27282 -- Allowed using an integer DATABASES['PORT'] for Oracle.
Zapelini
2016-09-26
Removed DatabaseError and IntegrityError declarations from database backends.
Adam Chainz
2016-09-19
Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte...
Dmitry Medvinsky
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed E402 flake8 warnings.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-10-26
Fixed #25611 -- Standardized descriptor signatures.
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-17
Removed global timezone-aware datetime adapters.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime converters.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-20
Refs #2443 -- Fix Oracle tests for DurationField.
Marc Tamlyn
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-15
Fixed #23991 -- Apparently, Oracle doesn't need the decimal field converter
Shai Berger
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-28
Fixed #16731 -- Made pattern lookups work properly with F() expressions
Thomas Chaumeny
2014-09-27
Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...
Shai Berger
2014-09-26
Fixed #22738 -- Abstracted boolean field type introspection
Claude Paroz
2014-09-26
Factorized schema_editor() at BaseDatabaseWrapper level
Claude Paroz
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-08
Fixed #23434 -- Coerce Oracle bool params to int
Josh Smeaton
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-22
Added docstring forgotten in 56252e7.
Shai Berger
2014-08-22
Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI.
Shai Berger
2014-08-05
Fixed #23061: Avoided setting a limit on a query for get with select_for_upda...
Shai Berger
2014-08-01
Fixed #23145 -- Dropped support for Oracle < 11.1
Tim Graham
2014-07-14
Fixed name of database connection feature
Shai Berger
2014-06-23
Fixed problem introduced with #refs 13711.
Anubhav Joshi
2014-06-14
Fixed #22816 -- Corrected Oracle feature flag and fixed introspection test
Shai Berger
2014-06-09
Fixed #20420 -- Normalized query counts on Oracle.
Aymeric Augustin
2014-06-05
Added a flag for the ability to introspect nullable fields.
Aymeric Augustin
2014-05-28
Simplified, very slightly, some code in the oracle backend
Alex Gaynor
2014-05-28
Set straight the sense of 'uppercases_column_names' feature flag
Shai Berger
[next]