summaryrefslogtreecommitdiff
path: root/django/core/db/backends/mysql.py
AgeCommit message (Expand)Author
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-10Fixed #1590 -- Changed MySQL get_last_insert_id() implementation to use curso...Adrian Holovaty
2006-03-28Fixed #1500 -- Changed MySQL AutoField to be integer, not mediumint. Thanks, ...Adrian Holovaty
2006-03-28Fixed #1442 -- Fixed multithreading problem with various database backends. T...Adrian Holovaty
2006-03-01Added note to mysql backend about DATE_FORMAT not working. Refs #1423Adrian Holovaty
2006-02-18Changed get_indexes() hook from [2346] to return 'primary_key' instead of 'ke...Adrian Holovaty
2006-02-18Added better docstring to get_indexes() for MySQL backendAdrian Holovaty
2006-02-18Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True a...Adrian Holovaty
2006-02-17Fixed #1296 -- Made SlugField maxlength configurable. Thanks, MattAdrian Holovaty
2006-01-09Fixed #1121 -- Changed MySQL backend to use correct character set in MySQL 4....Adrian Holovaty
2005-12-20Fixed #1093 -- Fixed error in inspectdb from [1688]Adrian Holovaty
2005-12-16Fixed #646 -- inspectdb no longer fails on database tables with hyphen in the...Adrian Holovaty
2005-12-04reverted changes from [1534] and [1536] regarding ticket #966Georg Bauer
2005-12-04fixes #989 - new 'no' translations for JavaScriptGeorg Bauer
2005-11-29Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, S...Adrian Holovaty
2005-11-21Fixed #800 -- Fixed bug in treatement of underscores and percent signs in SQL...Adrian Holovaty
2005-11-20Gave EmailField a get_internal_type() method and removed it from DATA_TYPES i...Adrian Holovaty
2005-11-13Moved db.quote_name from a model-level function to a method of DatabaseWrappe...Adrian Holovaty
2005-11-01Added quote_name hook for each database backend. Refs #121. Thanks, Robin Mun...Adrian Holovaty
2005-11-01Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-se...Adrian Holovaty
2005-10-14Fixed #618 -- Added DATABASE_PORT setting. Thanks, EsajAdrian Holovaty
2005-10-12Fixed #589 -- Added FilePathField. It's available as an ORM field and as a st...Adrian Holovaty
2005-10-08Fixed #473 -- Added a MysqlDebugWrapper to use for MySQL with DEBUG=True. It ...Adrian Holovaty
2005-09-28Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, f...Adrian Holovaty
2005-09-26Fixed #489 -- Changed MySQL backend to use longtext for XMLFieldAdrian Holovaty
2005-09-24Fixed #489 -- Changed MySQL backend to use longtext instead of text for TextF...Adrian Holovaty
2005-09-02Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i...Adrian Holovaty
2005-08-19Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540...Adrian Holovaty
2005-08-15Fixed #321 -- Undid [494], which assumed the installed version of MySQLdb had...Adrian Holovaty
2005-08-14Fixed #316 -- Changed MySQL backend to disregard warningsAdrian Holovaty
2005-08-10Changed [459] to use a better interface for the exceptionAdrian Holovaty
2005-08-10Changed MySQL backend so that it fails silently if rollback() isn't supported...Adrian Holovaty
2005-08-02Improved 'django-admin inspectdb' so that it detects ForeignKey relationships...Adrian Holovaty
2005-08-02Added first stab at 'django-admin.py inspectdb', which takes a database name ...Adrian Holovaty
2005-07-21Refactor dictfetch* methods from mysql backend out into a seperate module; th...Jacob Kaplan-Moss
2005-07-19Quick bugfix to [207] -- MySQL doesn't have ILIKEAdrian Holovaty
2005-07-19Added support for istartswith and iendswith in database APIAdrian Holovaty
2005-07-19Fixed #69 -- Implemented dictfetchone(), dictfetchmany() and dictfetchall() f...Adrian Holovaty
2005-07-18Fixed #56 -- MySQL id columns are now UNSIGNED. Thanks, Manuzhai!Adrian Holovaty
2005-07-17Factored out database-specific date_trunc behavior into dbmod.get_date_trunc_...Adrian Holovaty
2005-07-17Factored out database-specific date_extract behavior into dbmod.get_date_extr...Adrian Holovaty
2005-07-17Fixed #42 -- OneToOneField now works with SQL generationAdrian Holovaty
2005-07-16Fixed #39 -- Thanks for the research, deelan!Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty