summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
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
2010-10-04Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee
2010-09-16Fixed #14244: Allow lists of more than 1000 items to be used with the 'in' lo...Ian Kelly
2010-09-13Changed the way we create class names for deferred field models to avoidMalcolm Tredinnick
2010-08-30Fixed #13798 -- Added connection argument to the connection_created signal. T...Russell Keith-Magee
2010-08-28Fixed #12343 -- Added support for connection-by-socket to MySQL using the dbs...Russell Keith-Magee
2010-08-07Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee
2010-08-05Fixed #13946 -- Modified the database cache backend to use the database route...Russell Keith-Magee
2010-07-30Fixed #13773 -- Passed in the current connection in a call to db_type(). Than...Russell Keith-Magee
2010-07-30Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code....Russell Keith-Magee
2010-07-30Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es...Russell Keith-Magee
2010-06-21Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...Russell Keith-Magee
2010-06-10Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee
2010-06-07Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee