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-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
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-06-07
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-05-27
Fixed #20501 -- failure of datetime queries with timezones under Oracle
Shai Berger
2013-05-22
Fixed #20012 -- test_year_lookup_edge_case fails under Oracle
Shai Berger
2013-05-22
Fixed #20015 -- date__startswith('2008') fails under Oracle
Shai Berger
2013-05-19
Fixed test failures with Oracle when pytz isn't installed.
Aymeric Augustin
2013-05-19
Fixed #11442 -- Postgresql backend casts all inet types to text
Erik Romijn
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-03-23
Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors
Claude Paroz
2013-03-11
Fixed #20010 -- Make sure `last_executed_query` contains it's associated para...
Simon Charette
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-09
Fixed BinaryField support on Oracle.
Florian Apolloner
2013-03-02
Reordered methods in database wrappers.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-27
Refactored database exceptions wrapping.
Aymeric Augustin
2013-02-23
Fixed Oracle regression in last_executed_query() with unicode strings
Anssi Kääriäinen
2013-02-19
Ensured a connection is established when checking the database version.
Aymeric Augustin
2013-02-19
Implemented Oracle version as a cached property.
Aymeric Augustin
2013-02-18
Factored out common code in database backends.
Aymeric Augustin
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-10
Fixed #19638 -- Skipped tx support testing for some DBs
Anssi Kääriäinen
2013-01-19
Fixed #19606 -- Adjusted cx_Oracle unicode detection.
Jani Tiainen
[next]