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
2021-03-30
[3.2.x] Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
Mariusz Felisiak
2021-02-09
[3.2.x] Fixed #32425 -- Fixed adding nullable field with default on MySQL.
Jordan Bae
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-11
Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.
Mariusz Felisiak
2020-12-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-19
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
2020-10-30
Refs #32061 -- Prevented password leak on MySQL dbshell crash.
Simon Charette
2020-10-29
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-10-17
Fixed #6517 -- Made dbshell use charset option on MySQL.
manav014
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-18
Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.
Tom Carrick
2020-09-09
Fixed #31987 -- Fixed Cast() with DurationField on MySQL.
Petr Čermák
2020-08-31
Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.
Simon Charette
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-07-20
Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...
Mariusz Felisiak
2020-07-13
Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.
Simon Charette
2020-07-08
Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL.
davidchorpash
2020-07-02
Fixed #31758 -- Removed unneeded BytesToCharFieldConversionMixin.
Sergey Fedoseev
2020-06-30
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-06-22
Combined MySQL backend server info queries.
Adam Johnson
2020-06-12
Fixed #31491 -- Allowed 'password' option in DATABASES['OPTIONS'] on MySQL.
Hasan Ramezani
2020-06-04
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Tim Graham
2020-06-04
Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...
Hasan Ramezani
2020-05-19
Fixed #31578 -- Dropped support for MySQL 5.6.
Mariusz Felisiak
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.
Mariusz Felisiak
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-14
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
Adam Johnson
2020-04-09
Refs #31411 -- Used RENAME COLUMN on MySQL 8.0.4+.
Mariusz Felisiak
2020-04-02
Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL.
c-bata
2020-04-02
Fixed #31411 -- Used RENAME COLUMN on MariaDB 10.5.2+.
Hasan Ramezani
2020-03-31
Fixed #31403 -- Added support for returning fields from INSERT statements on ...
Adam Johnson
2020-03-25
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-03-20
Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...
Rohit
2020-03-19
Refs #29548 -- Mentioned MariaDB in database system checks.
Mariusz Felisiak
2020-03-18
Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.
Simon Charette
2020-03-03
Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.
Mariusz Felisiak
2020-02-27
Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Simon Charette
2020-02-06
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-20
Changed re-raising an exception to use bare raise syntax where appropriate.
Jon Dufresne
2020-01-03
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-05
Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+.
Mariusz Felisiak
2019-11-04
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
Nick Pope
2019-10-31
Refs #23576 -- Disabled MySQL multi-alias deletion path on MariaDB 10.3.2+.
Simon Charette
[next]