summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2011-03-09Fixed another case-sensitivity bug in Oracle introspection. This one was har...Ian Kelly
2011-03-09Fixed a case-sensitivity bug in Oracle introspection that was preventing insp...Ian Kelly
2011-03-08Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...Ian Kelly
2011-02-19Fixed #15327 -- Modified the Oracle test database signature method to allow f...Russell Keith-Magee
2011-02-14Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r...Russell Keith-Magee
2011-02-14Fixed #15297 -- Corrected an attribute naming regressoin from fixing #9964. T...Russell Keith-Magee
2011-02-12Removed more redundant code from the debug cursor wrapper. Thanks to Ramiro f...Russell Keith-Magee
2011-02-12Fixed #15289 -- Removed a redundant __getattr__ implementation from the debug...Russell Keith-Magee
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee
2011-02-12Changeset r15232 refactored transactions so that all transaction state is mai...Russell Keith-Magee
2011-02-06Fixed #15230 -- added some more attributes to the dummy database backend.Alex Gaynor
2011-02-02Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...Ramiro Morales
2011-02-01Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...Russell Keith-Magee
2011-01-27Fixed #15173 -- fixed the tests when run under pypy.Alex Gaynor
2011-01-24Fixed #14149: Initialize the Oracle connection.operators at connection time s...Ian Kelly
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2011-01-17Refactor all uses of thread locals to be more consistant and sane.Alex Gaynor
2011-01-122 small optimizations: a) move an import out of a function, b) remove a cache...Alex Gaynor
2011-01-03Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven...Russell Keith-Magee
2010-12-22Fixed #10154: Allow combining F expressions with timedelta values.Karen Tracey
2010-12-21Small performance tweak - avoid loading django.core.management in DB backend ...Luke Plant
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee
2010-12-21Fixed #14921 -- Tweak changes made in r14861 for the Oracle backend so the te...Ramiro Morales
2010-12-08Fixed error introduced in r14666 that results in the message reporting the te...Ramiro Morales
2010-12-08Replaced an ImportError with ImproperlyConfigured in the Oracle backend.Ian Kelly
2010-12-03Added a regression test for r14781. Also fixed a bug where connection.vendor...Ian Kelly
2010-12-03Fixed the Oracle environment variables not getting set correctly under Cygwin.Ian Kelly
2010-12-01Fixed #11706: Added an Oracle connection option to disable the use of RETURNI...Ian Kelly
2010-11-21Added printing of the name of test database being created/destroyed, at verbo...Ramiro Morales
2010-11-21Fixed #14453 -- Changed handling of microseconds part in typecast_timestamp()...Ramiro Morales
2010-11-19Corrected the way databases were compared. This allows running the test suit...Alex Gaynor
2010-11-12Made the oracle backend throw the same ValueError as the mysql backend when a...Ian Kelly
2010-11-12Fixed a misapplied test skip feature in the oracle backend from r14139.Ian Kelly
2010-11-12Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from pe...Ian Kelly
2010-11-11Fixed error introduced in r14512.Ramiro Morales
2010-11-11Fixed small multi-db compatibility issue in the Oracle backend.Ramiro Morales
2010-11-11Implemented changes made in r14320 in the Oracle backend. Thanks Russell for ...Ramiro Morales
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-07Fixed some Oracle backend test DB creation code bugs.Ramiro Morales
2010-11-06Fixed #14630 -- Increased maximum size of the Oracle tablespace datafile used...Ramiro Morales
2010-11-02Avoid an O(n**2) operation where O(n) will suffice. Possibly worth a second ...Alex Gaynor
2010-10-31When looking for django tables which exist, query for all tables once, not on...Alex Gaynor
2010-10-28Fixed #14517 -- Corrected the exception that is caught when testing for the a...Russell Keith-Magee
2010-10-23Fixed #14223 -- Extended unification of exception raised in presence of integ...Ramiro Morales
2010-10-19Fixed a small typo introduced in r14139.Ramiro Morales
2010-10-13Fixed #12192 -- Don't execute any DB query when the QS slicing being performedRamiro Morales
2010-10-12Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...Alex Gaynor
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-06Fixed #14406 -- Added a Python 2.4 compatibility to the logging interface. Th...Russell Keith-Magee