| Age | Commit message (Expand) | Author |
| 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 |
| 2009-02-03 | Fixed #10125: fixed the Oracle dsn construction code that was broken in [9712]. | Ian Kelly |
| 2009-01-19 | Fixed #9275: Extended the Oracle date format to allow DATE columns to be used... | Ian Kelly |
| 2009-01-16 | Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP... | Matt Boersma |
| 2009-01-16 | Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow. | Ian Kelly |
| 2009-01-15 | Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de... | Ian Kelly |
| 2009-01-15 | Fixed #10033: In the Oracle backend, restored code lost in the aggregation me... | Karen Tracey |
| 2009-01-15 | Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales... | Russell Keith-Magee |
| 2009-01-15 | Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio... | Russell Keith-Magee |
| 2009-01-08 | Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_... | Ian Kelly |
| 2008-12-11 | Reformatted PL/SQL flush left so "manage.py sqlall [app] | manage.py dbshell"... | Matt Boersma |
| 2008-12-08 | Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress... | Matt Boersma |
| 2008-12-02 | Fixed #9706: made SlugField honor max_length in Oracle, matching the other ba... | Ian Kelly |
| 2008-11-14 | Refs #9408: Removed support for passing params as dicts in the oracle backend... | Ian Kelly |
| 2008-10-24 | Fixed #9307 -- Added the ability to pickle the Query class used by the Oracle | Malcolm Tredinnick |
| 2008-10-18 | Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for a s... | Ian Kelly |
| 2008-10-13 | Fixed Oracle introspection mapping of DATE columns, and added an entry for Or... | Ian Kelly |
| 2008-10-10 | Fixed .distinct() not working with slicing in Oracle, due to the | Ian Kelly |
| 2008-09-09 | db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq... | Adrian Holovaty |
| 2008-09-04 | Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on Pyt... | Matt Boersma |
| 2008-09-01 | Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django... | Jacob Kaplan-Moss |
| 2008-09-01 | Corrected Oracle DatabaseError definition. | Ian Kelly |
| 2008-09-01 | Fixed escaping of wildcard characters in iexact lookups in Oracle. | Ian Kelly |
| 2008-08-25 | Fixed get_or_create test case for Oracle by re-raising the more specific Inte... | Matt Boersma |
| 2008-08-24 | Fixed #7628 -- Oracle backend won't try to recreate existing sequences during... | Matt Boersma |
| 2008-08-22 | Fixed Oracle backend limit/offset SQL to again use extra_select, properly thi... | Matt Boersma |
| 2008-08-22 | Fixed #8485: Reordered imports in the database backends to ensure that the av... | Russell Keith-Magee |
| 2008-08-19 | Fixed Oracle backend not to use extra_select for limit/offset type queries, w... | Matt Boersma |
| 2008-08-12 | Fixed oracle-specific test DB creation code so the test suite will run again. | Matt Boersma |
| 2008-08-11 | Fixed #5461 -- Refactored the database backend code to use classes for the cr... | Russell Keith-Magee |
| 2008-07-30 | Fixed #7637 -- Added an extra parameterisation hook to the Oracle backend. | Malcolm Tredinnick |
| 2008-07-29 | Fixed #7560 -- Moved a lot of the value conversion preparation for | Malcolm Tredinnick |