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
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-04
Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.
Mihail Milushev
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-13
Added django.utils.six.buffer_types
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-06-01
Merge pull request #2726 from gchp/ticket-20550
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
2014-05-28
Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3
Shai Berger
2014-05-28
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-05-20
Fixed #22649: Beefed up quote_value
Andrew Godwin
2014-05-16
Fix storing of binary fields and unicode textfields for Oracle/Python3
Shai Berger
2014-05-10
Adjusted refactoring of vendor checks.
Aymeric Augustin
2014-05-08
Added feature flags for introspection capabilities.
Aymeric Augustin
2014-05-08
Split ignores_nulls_in_unique_constraints feature.
Aymeric Augustin
2014-05-08
Replaced vendor checks by three feature flags.
Aymeric Augustin
2014-04-25
Made sure cursor.close() does not complain if cursor is already closed on Oracle
Shai Berger
2014-04-10
Fixed #22321 -- Wrapped exceptions in _set_autocommit.
Aymeric Augustin
2014-04-09
Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-03-25
Fixed #12030 -- Validate integer field range at the model level.
Simon Charette
2014-03-12
Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle
Shai Berger
2014-03-09
Reorganized the database test settings
Shai Berger
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2014-02-09
Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_length
Andrew Godwin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-01-30
Made Oracle introspect FloatFields correctly
Shai Berger
2014-01-29
Made Oracle introspect boolean fields
Shai Berger
2014-01-12
Fixed #21453 -- Enabled autocommit before calling init_connection_state.
Aymeric Augustin
2013-12-25
Removed redundant line
Levi Gross
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-22
Fixed #17027 -- Added support for the power operator in F expressions.
Florian Hahn
2013-10-05
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
2013-10-01
Fixed #21207 -- Fixed test failure on Oracle: test_cursor_contextmanager
Tim Graham
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-14
Merge branch 'master' of https://github.com/django/django
Alex Gaynor
2013-09-14
Removed an import * that was masking importing stuff from the wrong location
Alex Gaynor
2013-09-09
Fixed #20707 -- Added explicit quota assignment to Oracle test user
Садовский Николай
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-02
Used six.moves.zip_longest, new in six 1.4.0.
Aymeric Augustin
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
[prev]
[next]