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
/
mysql
/
base.py
Age
Commit message (
Expand
)
Author
2012-03-17
Fixed #17923 -- Added missing import in the MySQL and Oracle backends. Thanks...
Aymeric Augustin
2012-02-29
Fixed #17796 -- Rolled back [17588] because the fix for the original relatively
Ramiro Morales
2012-02-29
Avoided importing _mysql directly. Refs #17755.
Aymeric Augustin
2012-02-27
Fixed #17755 -- Ensured datetime objects that bypass the model layer (for ins...
Aymeric Augustin
2012-02-26
Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...
Ramiro Morales
2012-01-07
Added missing bits of r17352. Refs #17513.
Aymeric Augustin
2012-01-07
Fixed #17513 -- Prevented the MySQL backend from leaking MySQLdb-specific exc...
Aymeric Augustin
2012-01-05
Added support for savepoints to the MySQL DB backend.
Ramiro Morales
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-09-10
Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem...
Russell Keith-Magee
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-08-13
Fixed #16613 -- Fixed test for introspected foreign keys in the MySQL backend...
Jannis Leidel
2011-08-08
Added fixtures files missing from [16590].
Ramiro Morales
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-04-22
Fixed #14091 - be more correct about logging queries in connection.queries.
Jacob Kaplan-Moss
2011-04-20
Fixed #2705: added a `select_for_update()` clause to querysets.
Jacob Kaplan-Moss
2011-04-05
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-02-01
Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...
Russell Keith-Magee
2010-12-22
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-08-30
Fixed #13798 -- Added connection argument to the connection_created signal. T...
Russell Keith-Magee
2010-04-28
Fixed #12977 -- Ensure that indexes don't exceed character limits on MySQL. T...
Russell Keith-Magee
2010-04-04
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-04-01
Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...
Russell Keith-Magee
2010-01-29
Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-04-12
Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour.
Malcolm Tredinnick
2009-03-29
Fixed #6064 -- Added the `connection_created` signal for when a database conn...
Justin Bronn
2009-03-11
Fixed #10463 -- Corrected a problem with the MySQL backend, introduced by [10...
Russell Keith-Magee
2009-03-11
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
2009-02-08
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...
Karen Tracey
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-12-10
If an SQL query doesn't specify any ordering, avoid the implicit sort
Malcolm Tredinnick
2008-11-16
Fixed #6052 -- Worked around a bug in MySQLdb with regards to handling
Malcolm Tredinnick
2008-09-01
Fixed #8354: the MySQL backend no longer raises a cryptic error. Instead, it ...
Jacob Kaplan-Moss
2008-09-01
Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields
Malcolm Tredinnick
2008-08-29
Fixed #8575 -- Catch one particular instance of OperationalError in MySQL and
Malcolm Tredinnick
2008-08-22
Fixed #8485: Reordered imports in the database backends to ensure that the av...
Russell Keith-Magee
2008-08-15
Reverted [8318] and [8329], since the change turned out to have no effect, upon
Malcolm Tredinnick
2008-08-12
Fixed #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2.
Malcolm Tredinnick
2008-08-12
Changed "exact" matches in MySQL to use the database's native collation.
Malcolm Tredinnick
2008-08-12
Convert binary-matched VARCHAR fields to unicode objects in the MySQL backend.
Malcolm Tredinnick
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-07-29
Fixed #7560 -- Moved a lot of the value conversion preparation for
Malcolm Tredinnick
2008-07-06
Fixed #7532 -- Removed some dead code from the db backends. Thanks, Ramiro.
Malcolm Tredinnick
2008-06-30
Fixed #2170 -- "exact" lookups in MySQL are now case-sensitive (the same as o...
Malcolm Tredinnick
2008-06-30
Make sure we only create the minimum number of table indexes for MySQL.
Malcolm Tredinnick
2008-06-16
Fixed #7420 -- Abstracted some more database options into DatabaseFeatures --...
Adrian Holovaty
2008-04-28
Made some types of nested update queries very slightly more efficient at the
Malcolm Tredinnick
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
[next]