django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Mariusz Felisiak
|
f6018c1e63
|
Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
|
2021-03-30 11:42:15 +02:00 |
Mariusz Felisiak
|
3c75f1f3ca
|
Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for values with Unicode chars.
|
2021-03-30 11:42:15 +02:00 |
Mariusz Felisiak
|
f05c02c4b8
|
Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.4.0+.
|
2019-01-19 13:31:15 +01:00 |
Tim Graham
|
734ce71824
|
Refs #30013 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.3.14+.
|
2018-12-05 14:46:31 -05:00 |
Claude Paroz
|
3c4ff21763
|
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_value().
|
2018-03-17 16:36:54 -04:00 |
Claude Paroz
|
aa0ee372cd
|
Added tests for MySQL's SchemaEditor.quote_value().
|
2018-03-17 16:36:50 -04:00 |