django1/django/db/backends/mysql
Mariusz Felisiak 328f5627dd
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Thanks Tim Graham for the review.
2018-10-21 09:08:05 +02:00
..
__init__.py
base.py Fixed #29544 -- Fixed regex lookup on MariaDB. 2018-07-05 12:11:49 -04:00
client.py Fixed #28322 -- Added dbshell support for MySQL client TLS certs. 2017-06-19 18:11:25 -04:00
compiler.py Fixed #23867 -- removed DateQuerySet hacks 2014-11-26 17:49:25 -05:00
creation.py Fixed ResourceWarning in MySQL's _clone_test_db(). 2018-10-02 10:23:21 -04:00
features.py Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL. 2018-10-21 09:08:05 +02:00
introspection.py Fixed #29480 -- Made MySQL backend retrieve constraint columns in their defined order. 2018-06-29 10:43:53 -04:00
operations.py Fixed #29845 -- Fixed Cast crash on MySQL when casting to DecimalField. 2018-10-15 15:57:22 +02:00
schema.py Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_value(). 2018-03-17 16:36:54 -04:00
validation.py Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 2017-05-23 17:02:40 +02:00