summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/base.py
AgeCommit message (Expand)Author
2018-03-13Fixed #29199 -- Fixed crash when database user password contains @ sign on Or...Mariusz Felisiak
2017-12-20Fixed #28932 -- Prevented Oracle from truncating trailing zeros in the fracti...Sergey Fedoseev
2017-12-20Fixed #28934 -- Prevented Cast from truncating microseconds on Oracle.Mariusz Felisiak
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-09-05Removed useless condition from Oracle's NullBooleanField's check constraint.Mariusz Felisiak
2017-08-07Removed unnecessary assignment in Oracle's FormatStylePlaceholderCursor._fix_...Srinivas Reddy Thatiparthy
2017-07-19Fixed #28411 -- Used cx_Oracle.Cursor.outputtypehandler instead of _rowfactor...Mariusz Felisiak
2017-07-14Removed unused branch in __getattr__() of Oracle and MySQL cursor wrappers.Sergey Fedoseev
2017-07-14Replaced Oracle CursorIterator with generator expression.Sergey Fedoseev
2017-06-01Fixed #26682 -- Added support for Oracle identity columns.Mariusz Felisiak
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-23Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak
2017-05-23Refs #27859 -- Added DatabaseWrapper.display_name.Mariusz Felisiak
2017-04-28Fixed #28138 -- Used ​output type handler instead of numbersAsStrings on Or...Mariusz Felisiak
2017-04-17Refs #27795 -- Removed unneeded force_text calls from the Oracle backend.Mariusz Felisiak
2017-03-28Updated cx_Oracle arraysize comment.Tim Graham
2017-03-10Fixed #27924 -- Added support for cx_Oracle 5.3.Mariusz Felisiak
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-22Refs #23919 -- Replaced six.reraise by raiseClaude Paroz
2017-01-19Refs #23919 -- Removed Python 2 workaround for hashing Oracle params (refs #2...Mariusz Felisiak
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham
2017-01-17Refs #19738 -- Removed timezone conversion in SQL queries executed outside of...Tim Graham
2017-01-16Moved unneeded ImproperlyConfigured inner imports.Tim Graham
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2017-01-01Refs #27632 -- Simplified params dict creation for Oracle (#7772)Josh Smeaton
2016-12-29Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.Mariusz Felisiak
2016-12-29Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham
2016-12-28Refs #27632 -- Unified query parameters by their types and values on Oracle.Mariusz Felisiak
2016-12-28Fixed #27632 -- Unified query parameters by their values on Oracle.Mariusz Felisiak
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-09-27Fixed #27282 -- Allowed using an integer DATABASES['PORT'] for Oracle.Zapelini
2016-09-26Removed DatabaseError and IntegrityError declarations from database backends.Adam Chainz
2016-09-19Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte...Dmitry Medvinsky
2016-09-08Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Fixed E402 flake8 warnings.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-10-26Fixed #25611 -- Standardized descriptor signatures.Tim Graham
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-17Removed global timezone-aware datetime adapters.Aymeric Augustin