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
/
tests
/
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-03-30
[3.2.x] Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for val...
Mariusz Felisiak
2020-10-29
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-07-20
Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...
Mariusz Felisiak
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
Added test coverage for DatabaseOperations.sql_flush().
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-07-30
Refs #30593 -- Fixed introspection of check constraints columns on MariaDB.
Hasan Ramezani
2019-07-30
Refs #30593 -- Added _parse_constraint_columns() hook to introspection on Mar...
Hasan Ramezani
2019-07-16
Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.
Yann Sionneau
2019-01-19
Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.4.0+.
Mariusz Felisiak
2018-12-05
Refs #30013 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.3.14+.
Tim Graham
2018-10-25
Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.
Sergey Fedoseev
2018-07-09
Refs #29548 -- Fixed non-GIS test failures on MariaDB.
Tom Forbes
2018-05-18
Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...
bakabiko
2018-03-17
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-03-17
Added tests for MySQL's SchemaEditor.quote_value().
Claude Paroz
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-06-21
Reorganized backends tests.
Mariusz Felisiak