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
Age
Commit message (
Expand
)
Author
2017-11-20
[2.0.x] Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation...
Tim Graham
2017-11-14
[2.0.x] Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-09-29
[2.0.x] Fixed #27979 -- Made MySQL raise IntegrityError rather than Operation...
Tim Graham
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-18
Changed default value of DatabaseFeatures.has_bulk_insert to True.
Mads Jensen
2017-09-13
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-09-11
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-08-08
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-07-27
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-07-26
Allowed database backends to specify data types for Cast().
Mariusz Felisiak
2017-07-24
Fixed DatabaseFeatures.has_case_insensitive_like on MySQL and Oracle.
Mariusz Felisiak
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-17
Removed unused enter/exit methods of MySQL's CursorWrapper.
Tim Graham
2017-07-14
Removed unused branch in __getattr__() of Oracle and MySQL cursor wrappers.
Sergey Fedoseev
2017-07-06
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...
Mariusz Felisiak
2017-06-19
Fixed #28322 -- Added dbshell support for MySQL client TLS certs.
Paul Tiplady
2017-06-08
Fixed #28103 -- Added quarter extract, truncation, and lookup.
Mads Jensen
2017-06-06
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
Florian Apolloner
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-05-23
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-05-14
Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type().
Mariusz Felisiak
2017-04-13
Refs #25406 -- Removed exception hiding in MySQL test database creation durin...
Mariusz Felisiak
2017-04-10
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2017-03-08
Fixed #24365 -- Made inspectdb translate MySQL unsigned integer columns to po...
Mariusz Felisiak
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-02-06
Fixed #27802 -- Unified return value of db backend datetime SQL methods.
Mariusz Felisiak
2017-02-01
Fixed #27683 -- Made MySQL default to the read committed isolation level.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Removed obsolete MySQLdb references.
Tim Graham
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2017-01-24
Refs #23919 -- Removed a MySQLdb workaround (refs #6052) for Python 2.
Tim Graham
2017-01-23
Removed MySQL decimal casting.
Tim Graham
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Fixed spelling mistakes in code and comments.
james mike dupont
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.
Tim Graham
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
Refs #19738 -- Removed timezone conversion in SQL queries executed outside of...
Tim Graham
2017-01-17
Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...
Tim Graham
2017-01-16
Moved unneeded ImproperlyConfigured inner imports.
Tim Graham
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
[next]