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
2013-02-23
[1.5.x] Fixed Oracle regression in last_executed_query() with unicode strings
Anssi Kääriäinen
2013-02-10
[1.5.x] Fixed #19638 -- Skipped tx support testing for some DBs
Anssi Kääriäinen
2013-01-19
[1.5.x] Fixed #19606 -- Adjusted cx_Oracle unicode detection.
Jani Tiainen
2012-11-03
[1.5.x] Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-10-27
[1.5.x] 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-09
[py3] Renamed `next` to `__next__` in iterators.
Aymeric Augustin
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
2012-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-05
Fixed #18330 - Made cache culling 3rd party db backend friendly
Anssi Kääriäinen
2012-06-26
Fixed #18465 -- Set date formats correctly on Oracle
Josh Smeaton
2012-06-13
Fixed connection.queries encoding handling on Oracle
Anssi Kääriäinen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-22
Fixed #18319 -- Added 'supports_sequence_reset' DB feature
Anssi Kääriäinen
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-17
Fixed #17923 -- Added missing import in the MySQL and Oracle backends. Thanks...
Aymeric Augustin
2012-02-27
Fixed #17755 -- Ensured datetime objects that bypass the model layer (for ins...
Aymeric Augustin
2012-01-22
Fixed #10320 -- Made it possible to use executemany with iterators. Thanks Mo...
Aymeric Augustin
2011-12-07
Simplified time zone support in the Oracle backend. Avoided outputtypehandler...
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-09-11
Added an implementation of bulk insert via the ORM to the Oracle DB backend.
Ramiro Morales
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-10
More removal of poorly legible constructs to workaround Python 2.4 shortcomings.
Ramiro Morales
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-04-22
Fixed #14091 - be more correct about logging queries in connection.queries.
Jacob Kaplan-Moss
2011-04-20
Fixed #2705: added a `select_for_update()` clause to querysets.
Jacob Kaplan-Moss
2011-04-18
Fixed #15534: Made the Oracle runtime test for regex capabilities use the !Da...
Ian Kelly
2011-04-05
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-03-08
Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...
Ian Kelly
2011-01-24
Fixed #14149: Initialize the Oracle connection.operators at connection time s...
Ian Kelly
2010-12-22
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2010-12-08
Replaced an ImportError with ImproperlyConfigured in the Oracle backend.
Ian Kelly
2010-12-03
Fixed the Oracle environment variables not getting set correctly under Cygwin.
Ian Kelly
2010-12-01
Fixed #11706: Added an Oracle connection option to disable the use of RETURNI...
Ian Kelly
2010-11-12
Made the oracle backend throw the same ValueError as the mysql backend when a...
Ian Kelly
2010-11-12
Fixed a misapplied test skip feature in the oracle backend from r14139.
Ian Kelly
2010-11-12
Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from pe...
Ian Kelly
2010-11-11
Fixed error introduced in r14512.
Ramiro Morales
2010-11-11
Fixed small multi-db compatibility issue in the Oracle backend.
Ramiro Morales
2010-11-11
Implemented changes made in r14320 in the Oracle backend. Thanks Russell for ...
Ramiro Morales
[next]