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
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-24
Refs #25002 -- Supported textual to temporal column alteration on Oracle.
Simon Charette
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-20
Changed Oracle's test-database-creation to use an explicit main-db-connection
Shai Berger
2015-06-15
Fixed flake8 warnings on Python 3.
Tim Graham
2015-06-05
Fixed #19542: Made mirroring databases for tests work with Oracle
Shai Berger
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-05-30
Fixed #24699 -- Added aggregate support for DurationField on Oracle
Josh Smeaton
2015-05-17
Dropped the needs_datetime_string_cast feature.
Aymeric Augustin
2015-05-17
Fixed #23820 -- Supported per-database time zone.
Aymeric Augustin
2015-05-17
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime adapters.
Aymeric Augustin
2015-05-17
Normalized the implementation of get_db_converters.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime converters.
Aymeric Augustin
2015-04-25
Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.
Tim Graham
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-18
Removed unused foreign_key_re variables in MySQL/Oracle DB backends
Adam Chainz
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-31
Fixed #24245 -- Added introspection for database defaults.
Tim Graham
2015-01-30
Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.
Tim Graham
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-13
Fixed test failures in Oracle introspection
Shai Berger
2015-01-12
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
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-30
Removed db.backends methods which only call super().
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-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-10-17
Fixed #23649 -- Made Oracle test-db creation drop test-user earlier when needed
Shai Berger
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-24
Changed Oracle test-user creation to grant privileges instead of roles
Shai Berger
2014-09-23
Made get_table_list return a TableInfo named tuple
Claude Paroz
2014-09-17
Fixed #21775 -- Allowed customization of datafile for Oracle tablespace
Josh Smeaton
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-08
Fixed #23434 -- Coerce Oracle bool params to int
Josh Smeaton
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-25
Made main user disconnect after creating test user/tablespaces on Oracle
Shai Berger
[prev]
[next]