Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/mysql/introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unused foreign_key_re variables in MySQL/Oracle D...Adam Chainz2015-02-181-2/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
* Fixed #24245 -- Added introspection for database defaults.Tim Graham2015-01-311-5/+6
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-2/+6
* Fixed #17785 -- Preferred column names in get_relations i...Claude Paroz2015-01-121-13/+3
* Fixed #14180 -- Prevented unneeded index creation on MySQ...Claude Paroz2014-12-271-2/+6
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Added AutoField introspection for MySQLClaude Paroz2014-11-201-18/+31
* Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham2014-09-251-0/+10
* Made get_table_list return a TableInfo named tupleClaude Paroz2014-09-231-4/+7
* Fixed #23357 -- Added small int introspection support to ...Jon Dufresne2014-08-271-1/+1
* Remove some unnecesary uses of boolAlex Gaynor2013-10-171-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-2/+2
* Docs tweaks (thanks timgraham)Andrew Godwin2013-08-101-3/+3
* Remove pointless comment.Andrew Godwin2013-08-091-1/+0
* Merge branch 'master' into schema-alterationAndrew Godwin2013-07-221-0/+1
|\
| * A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-1/+1
* | Make get_constraints return columns in orderAndrew Godwin2013-07-021-3/+6
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-04-181-2/+15
|\|
| * Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz2013-04-011-3/+6
| * Fixed getting max_digits for MySQL decimal fieldsClaude Paroz2013-04-011-1/+10
| * Fixed #19709 -- Fixed TimeField introspection on MySQLClaude Paroz2013-01-311-0/+1
| * Return namedtuple from get_table_descriptionClaude Paroz2013-01-121-2/+2
* | Fix bug in get_indexes affecting the testsAndrew Godwin2012-09-181-0/+1
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2012-09-171-10/+0
|\|
| * Moved get_primary_key_column implementation to baseClaude Paroz2012-09-081-10/+0
* | Merge branch 'master' into schema-alterationAndrew Godwin2012-09-051-5/+17
|\|
| * Fixed #5725 -- Fixed varchar column size introspection fo...Claude Paroz2012-08-301-2/+13
| * [py3] Prepared MySQL backend for Python 3 compatibilityClaude Paroz2012-08-201-3/+4
* | Implement primary key changingAndrew Godwin2012-09-041-1/+6
* | db_index alteration mostly workingAndrew Godwin2012-08-311-2/+17
* | All tests passing on MySQLAndrew Godwin2012-08-181-26/+36
* | First stab at MySQL supportAndrew Godwin2012-08-181-0/+32
|/
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+2
* Made get_indexes() consistent across backends.Anssi Kääriäinen2012-04-301-7/+11
* Fixed #18116 -- Raised minimum MySQL version officially s...Ramiro Morales2012-04-211-21/+8
* Fixed #3615: Added support for loading fixtures with forw...Karen Tracey2011-08-071-10/+24
* Fixed #399: Added big integer field. Thanks to Tomáš Ko...Karen Tracey2009-12-171-1/+1
* Fixed #7536 -- Added NEWDECIMAL to introspection types in...Brian Rosner2008-08-231-0/+1
* Fixed #5461 -- Refactored the database backend code to us...Russell Keith-Magee2008-08-111-83/+84
* Refactored quote_name() to DatabaseOperations.quote_name(...Adrian Holovaty2007-08-201-1/+2
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField ...Malcolm Tredinnick2007-05-211-1/+1
* Fixed #4048 -- When introspecting a MySQL database, map C...Malcolm Tredinnick2007-04-201-1/+1
* Fixed #2700 -- Improved introspection for MySQL. Thanks f...Adrian Holovaty2006-09-111-0/+1
* Fixed #2699 -- Added quote_name() call to MySQL introspec...Adrian Holovaty2006-09-111-1/+1
* Fixed a bunch of spurious imports, typos, and other small...Jacob Kaplan-Moss2006-07-211-1/+0
* Fixed #1830 -- MySQL inspectdb now detects tinyint field ...Adrian Holovaty2006-05-161-0/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+94