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
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-09
[1.6.x] Fixed #20707 -- Added explicit quota assignment to Oracle test user
Садовский Николай
2013-09-03
Used six.moves.zip_longest, new in six 1.4.0.
Aymeric Augustin
2013-09-03
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-07-30
[1.6.x] Fixed #20785 -- Corrected exception caught for Oracle LIKE operator d...
Shai Berger
2013-07-09
[1.6.x] Fixed last_executed_query test failure on Oracle
Shai Berger
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-05-27
Fixed #20014 -- implemented get_key_columns() for Oracle
Shai Berger
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-22
Fixed #20453 -- inspectdb test failure on Oracle
Shai Berger
2013-05-21
(Re-)moved some imports
Claude Paroz
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-05-18
Fixed #20386 - Introspection problem on Oracle
Shai Berger
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-03-02
Add introspection support for BinaryField
Claude Paroz
2013-03-02
Add a BinaryField model field
Claude Paroz
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
2013-01-12
Return namedtuple from get_table_description
Claude Paroz
2012-11-27
Made sure global settings are changed in test db creation
Anssi Kääriäinen
2012-11-27
Fixed #19274 -- Made db connection creation overridable in subclasses
Anssi Kääriäinen
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-10-27
Fixed Oracle failure for "%" in table name
Anssi Kääriäinen
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-23
[py3] Removed duplicate imports.
Aymeric Augustin
2012-08-19
[py3] Fixed Oracle specific failures
Anssi Kääriäinen
2012-08-14
[py3] Removed unnecessary calls to .keys()
Aymeric Augustin
2012-08-09
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-07-22
[py3] Exception aren't iterable in Python 3.
Aymeric Augustin
[next]