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
/
base.py
Age
Commit message (
Expand
)
Author
2014-08-22
[1.7.x] Fixed schema test for Oracle 11.2.0.1 which is used in Django Project...
Shai Berger
2014-08-05
[1.7.x] Fixed #23061: Avoided setting a limit on a query for get with select_...
Shai Berger
2014-06-14
[1.7.x] Fixed #22816 -- Corrected Oracle feature flag and fixed introspection...
Shai Berger
2014-06-12
[1.7.x] Fixed test failures due to refs #20420.
Tim Graham
2014-06-09
[1.7.x] Fixed #20420 -- Normalized query counts on Oracle.
Aymeric Augustin
2014-06-05
[1.7.x] Added a flag for the ability to introspect nullable fields.
Aymeric Augustin
2014-05-29
[1.7.x] Simplified, very slightly, some code in the oracle backend
Alex Gaynor
2014-05-28
[1.7.x] Set straight the sense of 'uppercases_column_names' feature flag
Shai Berger
2014-05-28
[1.7.x] Fixed #22715: Corrected sql for defaults of BinaryField on Oracle wit...
Shai Berger
2014-05-17
[1.7.x] Fixed storing of binary fields and unicode textfields for Oracle/Python3
Shai Berger
2014-05-10
[1.7.x] Adjusted refactoring of vendor checks.
Aymeric Augustin
2014-05-08
[1.7.x] Added feature flags for introspection capabilities.
Aymeric Augustin
2014-05-08
[1.7.x] Split ignores_nulls_in_unique_constraints feature.
Aymeric Augustin
2014-05-08
[1.7.x] Replaced vendor checks by three feature flags.
Aymeric Augustin
2014-04-25
[1.7.x] Made sure cursor.close() does not complain if cursor is already close...
Shai Berger
2014-04-10
[1.7.x] Fixed #22321 -- Wrapped exceptions in _set_autocommit.
Aymeric Augustin
2014-04-09
[1.7.x] Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-03-25
[1.7.x] 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-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-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-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
Removed an import * that was masking importing stuff from the wrong location
Alex Gaynor
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-23
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-23
Fix Oracle's default handling and schema-prepared-statement issue
Andrew Godwin
2013-08-21
Oracle also treats NULLs as largests values when ordering.
Simon Charette
2013-08-20
Oracle also treats NULLs as largests values when ordering.
Simon Charette
2013-08-13
Oracle schema backend, passes most tests and is pretty complete.
Andrew Godwin
2013-08-12
Start of getting Oracle to do schema stuff
Andrew Godwin
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-07-30
Fixed #20785 -- Corrected exception caught for Oracle LIKE operator detection
Shai Berger
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-08
Fixed last_executed_query test failure on Oracle
Shai Berger
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-28
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
[next]