summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle
AgeCommit message (Expand)Author
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-06-24Refs #25002 -- Supported textual to temporal column alteration on Oracle.Simon Charette
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-20Changed Oracle's test-database-creation to use an explicit main-db-connectionShai Berger
2015-06-15Fixed flake8 warnings on Python 3.Tim Graham
2015-06-05Fixed #19542: Made mirroring databases for tests work with OracleShai Berger
2015-06-02Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne
2015-05-30Fixed #24699 -- Added aggregate support for DurationField on OracleJosh Smeaton
2015-05-17Dropped the needs_datetime_string_cast feature.Aymeric Augustin
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-05-17Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin
2015-05-17Removed global timezone-aware datetime adapters.Aymeric Augustin
2015-05-17Normalized the implementation of get_db_converters.Aymeric Augustin
2015-05-17Removed global timezone-aware datetime converters.Aymeric Augustin
2015-04-25Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.Tim Graham
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-02-20Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-18Removed unused foreign_key_re variables in MySQL/Oracle DB backendsAdam Chainz
2015-02-10Fixed #24200 -- Made introspection bypass statement cacheJosh Smeaton
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-31Fixed #24245 -- Added introspection for database defaults.Tim Graham
2015-01-30Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.Tim Graham
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-13Fixed test failures in Oracle introspectionShai Berger
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-12-31Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham
2014-12-30Removed db.backends methods which only call super().Tim Graham
2014-12-23Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn
2014-12-20Refs #2443 -- Fix Oracle tests for DurationField.Marc Tamlyn
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn
2014-12-15Fixed #23991 -- Apparently, Oracle doesn't need the decimal field converterShai Berger
2014-12-12Fixed #23941 -- Removed implicit decimal formatting from expressions.Josh Smeaton
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-11-28Fixed #16731 -- Made pattern lookups work properly with F() expressionsThomas Chaumeny
2014-11-26Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen
2014-10-17Fixed #23649 -- Made Oracle test-db creation drop test-user earlier when neededShai Berger
2014-09-27Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...Shai Berger
2014-09-26Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz
2014-09-26Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz
2014-09-24Changed Oracle test-user creation to grant privileges instead of rolesShai Berger
2014-09-23Made get_table_list return a TableInfo named tupleClaude Paroz
2014-09-17Fixed #21775 -- Allowed customization of datafile for Oracle tablespaceJosh Smeaton
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-09-08Fixed #23434 -- Coerce Oracle bool params to intJosh Smeaton
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-08-25Made main user disconnect after creating test user/tablespaces on OracleShai Berger