django1/django/db/backends/mysql
Tim Graham 6421bd702f Refs -- Made inspectdb generate BooleanField(null=True) rather than NullBooleanField. 2018-03-20 12:10:10 -04:00
..
__init__.py
base.py Removed uneeded comment in DatabaseWrapper.check_constraints() on SQLite/MySQL backends. 2018-01-31 20:02:45 -05:00
client.py Fixed -- Added dbshell support for MySQL client TLS certs. 2017-06-19 18:11:25 -04:00
compiler.py Fixed -- removed DateQuerySet hacks 2014-11-26 17:49:25 -05:00
creation.py Fixed -- Renamed DatabaseCreation number arguments to suffix. 2017-09-11 11:32:40 -04:00
features.py Refs -- Made inspectdb generate BooleanField(null=True) rather than NullBooleanField. 2018-03-20 12:10:10 -04:00
introspection.py Refs -- Simplifed code using unpacking generalizations. 2017-12-21 21:05:23 -05:00
operations.py Fixed -- Fixed Cast() with TextField on MySQL and Oracle. 2018-03-12 21:57:14 -04:00
schema.py Fixed -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_value(). 2018-03-17 16:36:54 -04:00
validation.py Fixed -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 2017-05-23 17:02:40 +02:00