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
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-21
Fixed #14921 -- Tweak changes made in r14861 for the Oracle backend so the te...
Ramiro Morales
2010-12-08
Fixed error introduced in r14666 that results in the message reporting the te...
Ramiro Morales
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
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-11-07
Fixed some Oracle backend test DB creation code bugs.
Ramiro Morales
2010-11-06
Fixed #14630 -- Increased maximum size of the Oracle tablespace datafile used...
Ramiro Morales
2010-10-13
Fixed #12192 -- Don't execute any DB query when the QS slicing being performed
Ramiro Morales
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-09-16
Fixed #14244: Allow lists of more than 1000 items to be used with the 'in' lo...
Ian Kelly
2010-08-30
Fixed #13798 -- Added connection argument to the connection_created signal. T...
Russell Keith-Magee
2010-08-07
Rationalized the verbosity levels (including introducing a new super-verbose ...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-28
Fixed a bug preventing cursor variables from being passed as bind parameters ...
Ian Kelly
2010-04-04
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-01-29
Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...
Russell Keith-Magee
2010-01-25
Fixed #11017: Changed implementation of Oracle LIKE lookups to enable index u...
Ian Kelly
2009-12-22
Changes to get raw queries working on the oracle backend.
Ian Kelly
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...
Karen Tracey
2009-08-24
Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag.
Ian Kelly
2009-08-21
Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.
Matt Boersma
2009-07-21
Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...
Ian Kelly
2009-07-11
Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...
Russell Keith-Magee
2009-05-12
Fixed #11033 -- handle cx_Oracle.UNICODE when driver was compiled without Uni...
Matt Boersma
2009-05-11
Fixed #11050 -- Oracle now passes all but one introspection unit test.
Matt Boersma
2009-05-11
Fixed #11051 -- Oracle passes null_fk unit tests in trunk again. Thanks, Jir...
Matt Boersma
2009-04-21
Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey.
Matt Boersma
2009-04-12
Fixed #10716 -- Fixed a couple of typos in Oracle testing setup.
Malcolm Tredinnick
2009-04-11
Fixed #10357 -- Fixed the "dbshell" command for Windows users.
Malcolm Tredinnick
2009-03-29
Fixed #6064 -- Added the `connection_created` signal for when a database conn...
Justin Bronn
2009-03-27
Fixed an issue with unicode being mangled in Oracle when the database charact...
Ian Kelly
2009-03-13
Fixed #10488: fixed DB cache backend test failures in Oracle.
Ian Kelly
2009-03-13
Fixed #10238: coerce TextField values to unicode in the oracle backend.
Ian Kelly
2009-03-12
Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.
Ian Kelly
2009-03-11
Fixed some breakages in the Oracle test database handling from r10026.
Ian Kelly
2009-03-11
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
2009-03-10
Added savepoint support to the Oracle backend, necessary per the thread at ht...
Ian Kelly
2009-02-24
Fixed #10161 -- Modified evaluation of query expressions to allow for operato...
Russell Keith-Magee
2009-02-11
Fixed #10224: Don't attempt to decode binary string data in the Oracle backend.
Ian Kelly
2009-02-08
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...
Karen Tracey
[prev]
[next]