summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/base.py
AgeCommit message (Expand)Author
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
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-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-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-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-09-08Fixed #23434 -- Coerce Oracle bool params to intJosh Smeaton
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-08-22Added docstring forgotten in 56252e7.Shai Berger
2014-08-22Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI.Shai Berger
2014-08-05Fixed #23061: Avoided setting a limit on a query for get with select_for_upda...Shai Berger
2014-08-01Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham
2014-07-14Fixed name of database connection featureShai Berger
2014-06-23Fixed problem introduced with #refs 13711.Anubhav Joshi
2014-06-14Fixed #22816 -- Corrected Oracle feature flag and fixed introspection testShai Berger
2014-06-09Fixed #20420 -- Normalized query counts on Oracle.Aymeric Augustin
2014-06-05Added a flag for the ability to introspect nullable fields.Aymeric Augustin
2014-05-28Simplified, very slightly, some code in the oracle backendAlex Gaynor
2014-05-28Set straight the sense of 'uppercases_column_names' feature flagShai Berger
2014-05-28Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3Shai Berger
2014-05-16Fix storing of binary fields and unicode textfields for Oracle/Python3Shai Berger
2014-05-10Adjusted refactoring of vendor checks.Aymeric Augustin
2014-05-08Added feature flags for introspection capabilities.Aymeric Augustin
2014-05-08Split ignores_nulls_in_unique_constraints feature.Aymeric Augustin
2014-05-08Replaced vendor checks by three feature flags.Aymeric Augustin
2014-04-25Made sure cursor.close() does not complain if cursor is already closed on OracleShai Berger
2014-04-10Fixed #22321 -- Wrapped exceptions in _set_autocommit.Aymeric Augustin
2014-04-09Fixed #21553 -- Ensured unusable database connections get closed.Aymeric Augustin
2014-03-25Fixed #12030 -- Validate integer field range at the model level.Simon Charette
2014-03-12Fixed #20292: Pass datetime objects (not formatted dates) as params to OracleShai Berger
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-09Fixed #21844: Move quote_parameter off of Operations and renameAndrew Godwin
2014-02-09Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_lengthAndrew Godwin
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-12Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin
2013-12-25Removed redundant lineLevi Gross
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-10-22Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-10-01Fixed #21207 -- Fixed test failure on Oracle: test_cursor_contextmanagerTim Graham
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham