summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/features.py
AgeCommit message (Expand)Author
2018-11-19Fixed cached_properties that share a common property.Sergey Fedoseev
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2018-10-25Made DatabaseFeatures.uses_savepoints default to True.Tim Graham
2018-10-21Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.Mariusz Felisiak
2018-07-30Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2018-07-09Refs #29548 -- Fixed non-GIS test failures on MariaDB.Tom Forbes
2018-05-18Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...bakabiko
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-03Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...Mariusz Felisiak
2018-03-20Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...Tim Graham
2018-02-07Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueri...Mariusz Felisiak
2017-09-25Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham
2017-09-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen
2017-09-18Changed default value of DatabaseFeatures.has_bulk_insert to True.Mads Jensen
2017-08-08Refs #23766 -- Added tests for CursorWrapper.callproc().Mariusz Felisiak
2017-07-24Fixed DatabaseFeatures.has_case_insensitive_like on MySQL and Oracle.Mariusz Felisiak
2017-05-23Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak
2017-03-08Fixed #24365 -- Made inspectdb translate MySQL unsigned integer columns to po...Mariusz Felisiak
2017-01-25Refs #23919 -- Removed obsolete MySQLdb references.Tim Graham
2017-01-14Fixed #27718 -- Added QuerySet.union(), intersection(), difference().Florian Apolloner
2016-11-28Fixed #27321 -- Added detection for table case name sensitivity on MySQL.Adam Chainz
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-10-01Fixed #26541 -- Allowed MySQL transaction detection to work without table cre...Mariusz Felisiak
2016-08-12Refs #20888 -- Added index order introspection.Akshesh
2016-08-02Fixed #26991 -- Fixed a crash in MySQL where SQL_AUTO_IS_NULL doesn't return ...Tim Graham
2016-02-26Fixed #24793 -- Unified temporal difference support.Simon Charette
2015-12-15Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed.Stewart Park
2015-09-10Enabled parallel testing by default in runtests.py.Aymeric Augustin
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham