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
Age
Commit message (
Expand
)
Author
2012-05-28
Reverted "[1.3.x] Fixed #18135 -- Close connection used for db version checking"
Anssi Kääriäinen
2012-05-27
[1.3.x] Fixed #18135 -- Close connection used for db version checking
Michael Newman
2011-09-21
[1.3.X] Fixed #16353 -- don't try to create Site objects on all databases. Re...
Carl Meyer
2011-05-10
[1.3.X] Fixed #13648 - '%s' escaping support for sqlite3 regression.
Luke Plant
2011-04-21
[1.3.X] Refs #15573, #15850: Added a check for whether the sites app is insta...
Ian Kelly
2011-04-16
[1.3.X] Fixed #15573: Forced the default site id to be 1 when creating
Ian Kelly
2011-03-09
Fixed another case-sensitivity bug in Oracle introspection. This one was har...
Ian Kelly
2011-03-09
Fixed a case-sensitivity bug in Oracle introspection that was preventing insp...
Ian Kelly
2011-03-08
Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...
Ian Kelly
2011-02-19
Fixed #15327 -- Modified the Oracle test database signature method to allow f...
Russell Keith-Magee
2011-02-14
Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r...
Russell Keith-Magee
2011-02-14
Fixed #15297 -- Corrected an attribute naming regressoin from fixing #9964. T...
Russell Keith-Magee
2011-02-12
Removed more redundant code from the debug cursor wrapper. Thanks to Ramiro f...
Russell Keith-Magee
2011-02-12
Fixed #15289 -- Removed a redundant __getattr__ implementation from the debug...
Russell Keith-Magee
2011-02-12
Fixed #9964 -- Ensure that all database operations make transactions dirty, n...
Russell Keith-Magee
2011-02-12
Changeset r15232 refactored transactions so that all transaction state is mai...
Russell Keith-Magee
2011-02-06
Fixed #15230 -- added some more attributes to the dummy database backend.
Alex Gaynor
2011-02-02
Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...
Ramiro Morales
2011-02-01
Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...
Russell Keith-Magee
2011-01-27
Fixed #15173 -- fixed the tests when run under pypy.
Alex Gaynor
2011-01-24
Fixed #14149: Initialize the Oracle connection.operators at connection time s...
Ian Kelly
2011-01-18
Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
Russell Keith-Magee
2011-01-17
Refactor all uses of thread locals to be more consistant and sane.
Alex Gaynor
2011-01-12
2 small optimizations: a) move an import out of a function, b) remove a cache...
Alex Gaynor
2011-01-03
Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven...
Russell Keith-Magee
2010-12-22
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2010-12-21
Small performance tweak - avoid loading django.core.management in DB backend ...
Luke Plant
2010-12-21
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
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
Added a regression test for r14781. Also fixed a bug where connection.vendor...
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-21
Added printing of the name of test database being created/destroyed, at verbo...
Ramiro Morales
2010-11-21
Fixed #14453 -- Changed handling of microseconds part in typecast_timestamp()...
Ramiro Morales
2010-11-19
Corrected the way databases were compared. This allows running the test suit...
Alex Gaynor
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-11-02
Avoid an O(n**2) operation where O(n) will suffice. Possibly worth a second ...
Alex Gaynor
2010-10-31
When looking for django tables which exist, query for all tables once, not on...
Alex Gaynor
2010-10-28
Fixed #14517 -- Corrected the exception that is caught when testing for the a...
Russell Keith-Magee
2010-10-23
Fixed #14223 -- Extended unification of exception raised in presence of integ...
Ramiro Morales
[next]