summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/operations.py
AgeCommit message (Expand)Author
2020-10-14Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...David-Wobrock
2020-10-02Fixed #32060 -- Added Random database function.Nick Pope
2020-09-09Fixed #31987 -- Fixed Cast() with DurationField on MySQL.Petr Čermák
2020-07-20Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...Mariusz Felisiak
2020-06-30Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.Sergey Fedoseev
2020-05-19Fixed #31578 -- Dropped support for MySQL 5.6.Mariusz Felisiak
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-04-17Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne
2020-04-02Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL.c-bata
2020-03-31Fixed #31403 -- Added support for returning fields from INSERT statements on ...Adam Johnson
2020-03-25Fixed #31396 -- Added binary XOR operator to F expressions.Hannes Ljungberg
2020-02-27Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette
2020-01-03Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.Simon Charette
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2019-10-24Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...Nick Pope
2019-10-24Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...Nick Pope
2019-10-02Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...Anatol Ulrich
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-06-13Fixed #30128 -- Fixed handling timedelta timezone in database functions.can
2019-04-21Refs #30380 -- Used cursor._executed in DatabaseOperations.last_executed_quer...Mariusz Felisiak
2019-04-19Fixed #30380 -- Handled bytes in MySQL backend for PyMySQL support.Mariusz Felisiak
2019-04-08Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...can
2019-02-09Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev
2018-12-05Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclie...Tim Graham
2018-10-15Fixed #29845 -- Fixed Cast crash on MySQL when casting to DecimalField.Mariusz Felisiak
2018-10-09Simplified handling of DurationField values on MySQL/MariaDB.Sergey Fedoseev
2018-10-03Refs #27795 -- Removed force_bytes() usage in MySQL backend.Jon Dufresne
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-08-18Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal
2018-08-03Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom
2018-07-25Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.Mariusz Felisiak
2018-07-09Refs #29548 -- Fixed non-GIS test failures on MariaDB.Tom Forbes
2018-07-05Fixed #29544 -- Fixed regex lookup on MariaDB.Michal Čihař
2018-06-20Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.Tom
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-03-12Fixed #29209 -- Fixed Cast() with TextField on MySQL and Oracle.Sergey Fedoseev
2018-03-01Refs #28459 -- Improved performance of time difference expressions on MySQL.Sergey Fedoseev
2018-01-27Fixed #28650 -- Added TruncWeek database function.Sigurd Ljødal
2017-12-28Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...Sergey Fedoseev
2017-12-27Fixed #28967 -- Prevented Cast to FloatField from rounding to integer on MySQL.Sergey Fedoseev
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-08Improved performance of loading DateTimeField on Oracle and MySQL.Sergey Fedoseev
2017-09-25Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham
2017-07-27Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...Mariusz Felisiak
2017-07-26Allowed database backends to specify data types for Cast().Mariusz Felisiak
2017-07-20Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham
2017-07-06Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...Mariusz Felisiak
2017-06-08Fixed #28103 -- Added quarter extract, truncation, and lookup.Mads Jensen
2017-04-10Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...Sergey Fedoseev
2017-02-06Fixed #27802 -- Unified return value of db backend datetime SQL methods.Mariusz Felisiak