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
2018-07-05
[2.1.x] Fixed #29544 -- Fixed regex lookup on MariaDB.
Michal Čihař
2018-06-20
[2.1.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.
Tom
2018-05-18
[2.1.x] Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowa...
bakabiko
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-03
Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...
Mariusz Felisiak
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-17
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-03-12
Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.
Sergey Fedoseev
2018-03-01
Refs #28459 -- Improved performance of time difference expressions on MySQL.
Sergey Fedoseev
2018-02-07
Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueri...
Mariusz Felisiak
2018-01-31
Removed uneeded comment in DatabaseWrapper.check_constraints() on SQLite/MySQ...
Mariusz Felisiak
2018-01-27
Fixed #28650 -- Added TruncWeek database function.
Sigurd Ljødal
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-29
Bumped minimum supported mysqlclient version to 1.3.7.
Sergey Fedoseev
2017-12-28
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...
Sergey Fedoseev
2017-12-27
Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.
Sergey Fedoseev
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-08
Improved performance of loading DateTimeField on Oracle and MySQL.
Sergey Fedoseev
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-20
Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...
Tim Graham
2017-11-14
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-09-29
Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError ...
Tim Graham
2017-09-25
Fixed #28552 -- Dropped support for MySQL 5.5.
Tim Graham
2017-09-22
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...
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
[next]