summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/base.py
AgeCommit message (Expand)Author
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly
2009-07-11Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...Russell Keith-Magee
2009-03-29Fixed #6064 -- Added the `connection_created` signal for when a database conn...Justin Bronn
2009-03-27Fixed an issue with unicode being mangled in Oracle when the database charact...Ian Kelly
2009-03-13Fixed #10488: fixed DB cache backend test failures in Oracle.Ian Kelly
2009-03-12Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.Ian Kelly
2009-03-11Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty
2009-03-10Added savepoint support to the Oracle backend, necessary per the thread at ht...Ian Kelly
2009-02-24Fixed #10161 -- Modified evaluation of query expressions to allow for operato...Russell Keith-Magee
2009-02-11Fixed #10224: Don't attempt to decode binary string data in the Oracle backend.Ian Kelly
2009-02-08Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...Karen Tracey
2009-02-03Fixed #10125: fixed the Oracle dsn construction code that was broken in [9712].Ian Kelly
2009-01-19Fixed #9275: Extended the Oracle date format to allow DATE columns to be used...Ian Kelly
2009-01-16Fixed #5543: callproc() and friends now work with Oracle and our FormatStyleP...Matt Boersma
2009-01-16Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to tlow.Ian Kelly
2009-01-15Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de...Ian Kelly
2009-01-08Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_...Ian Kelly
2008-12-11Reformatted PL/SQL flush left so "manage.py sqlall [app] | manage.py dbshell"...Matt Boersma
2008-12-08Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress...Matt Boersma
2008-11-14Refs #9408: Removed support for passing params as dicts in the oracle backend...Ian Kelly
2008-09-04Fixed re-raising of ORA-01400 as an IntegrityError in a way that works on Pyt...Matt Boersma
2008-09-01Corrected Oracle DatabaseError definition.Ian Kelly
2008-09-01Fixed escaping of wildcard characters in iexact lookups in Oracle.Ian Kelly
2008-08-25Fixed get_or_create test case for Oracle by re-raising the more specific Inte...Matt Boersma
2008-08-24Fixed #7628 -- Oracle backend won't try to recreate existing sequences during...Matt Boersma
2008-08-22Fixed #8485: Reordered imports in the database backends to ensure that the av...Russell Keith-Magee
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-07-30Fixed #7637 -- Added an extra parameterisation hook to the Oracle backend.Malcolm Tredinnick
2008-07-29Fixed #7560 -- Moved a lot of the value conversion preparation forMalcolm Tredinnick
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-06Fixed #7532 -- Removed some dead code from the db backends. Thanks, Ramiro.Malcolm Tredinnick
2008-07-03Fixed #7407 -- in Oracle, made sure table names are properly quoted when rese...Ian Kelly
2008-07-03Refs #7565. Fixed Oracle sequence resetting on child models.Ian Kelly
2008-06-30Make sure we only create the minimum number of table indexes for MySQL.Malcolm Tredinnick
2008-06-26Fixed #7319 -- Removed unused DatabaseFeatures attribute 'needs_upper_for_iop...Adrian Holovaty
2008-06-16Fixed #7420 -- Abstracted some more database options into DatabaseFeatures --...Adrian Holovaty
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-04-10Fixed #5985: Changed the lookups in the Oracle backend to use LIKEC instead o...Ian Kelly
2008-01-04Fixed #6254: Made fetchone() in the oracle backend correctly convert Ian Kelly
2007-12-21Set Oracle stmtcachesize to 20 instead of 0 for a performance boost.Matt Boersma
2007-12-20Rearranged an Oracle ALTER statement so it is run only once per new connectio...Matt Boersma
2007-12-11Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel...Ian Kelly
2007-12-01Fixed a PL/SQL syntax bug causing manage.py sqlall to fail when piped to Ian Kelly
2007-09-14Made Oracle backend cast CharField values of None to u'' instead of ''Ian Kelly
2007-09-14Fixed an Oracle sqlflush / sequence reset column name bug exposed by the new ...Ian Kelly
2007-09-14Fixed #4896: fixed #4765: Patch for cursor.executemany using oracle and Ian Kelly
2007-09-14Fixed #5226. Now we check the Oracle version and give an explicit Matt Boersma
2007-09-14Fixed #5218: Made Oracle create autoinc triggers using the correct name Ian Kelly
2007-08-21Fixed breakage of test suite for Oracle by adding a null check.Matt Boersma
2007-08-20Made various negligible formatting cleanups to the database backendsAdrian Holovaty