Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/mysql
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25470 -- Avoided unnecessary, expensive DATETIME t...Mariusz Felisiak2015-10-221-10/+8
* Fixed #25196 -- Normalized database representations in te...Ville Skyttä2015-09-251-1/+3
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-3/+4
* Fixed #25393 -- Fixed MySQL crash when adding text/blob f...Ville Skyttä2015-09-141-1/+2
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-101-0/+1
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-0/+36
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24972 -- Fixed removing unique_together indexes on...Adam Brenecki2015-06-151-4/+2
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-021-13/+12
* Fixed #24846 -- Added support to MySQL SchemaEditor for a...Adam Chainz2015-05-311-3/+10
* Fixed #24817 -- Prevented loss of null info in MySQL fiel...Andriy Sokolovskiy2015-05-281-3/+14
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-172-2/+4
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-2/+2
* Removed global timezone-aware datetime adapters.Aymeric Augustin2015-05-171-10/+10
* Normalized the implementation of get_db_converters.Aymeric Augustin2015-05-171-10/+10
* Removed global timezone-aware datetime converters.Aymeric Augustin2015-05-172-14/+8
* Fixed #24757 -- Recreated MySQL index when needed during ...Claude Paroz2015-05-151-0/+18
* Fixed #24595 -- Prevented loss of null info in MySQL fiel...Claude Paroz2015-04-171-0/+8
* Fixed #24584 -- Fixed microsecond handling with older MyS...Jon Dufresne2015-04-061-1/+7
* Removed duplicate attribute in MySQL DatabaseSchemaEditor.Andriy Sokolovskiy2015-03-311-2/+0
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-3/+3
* Removed unused foreign_key_re variables in MySQL/Oracle D...Adam Chainz2015-02-181-2/+0
* Unified local imports in django.db.backends.mysql.я котик пур-пур2015-02-091-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-13/+13
* Fixed #24245 -- Added introspection for database defaults.Tim Graham2015-01-311-5/+6
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-30/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-148-282/+301
* Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton2015-01-121-1/+1
* Fixed #17785 -- Preferred column names in get_relations i...Claude Paroz2015-01-121-13/+3
* Removed supports_binary_field flag as all backends suppor...Claude Paroz2015-01-111-2/+0
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-6/+7
* Moved DatabaseCreation.data_types properties to DatabaseW...Tim Graham2014-12-312-39/+39
* Removed db.backends methods which only call super().Tim Graham2014-12-301-3/+0
* Fixed #14180 -- Prevented unneeded index creation on MySQ...Claude Paroz2014-12-272-2/+18
* Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton2014-12-271-0/+7
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-202-3/+7
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Fixed #16731 -- Made pattern lookups work properly with F...Thomas Chaumeny2014-11-281-0/+18
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-261-8/+0
* Fixed #23889 -- Added more usage of quote_name_unless_ali...Collin Anderson2014-11-211-1/+2
* Added AutoField introspection for MySQLClaude Paroz2014-11-202-18/+32
* Fixed #23871 -- Removed promotion of MySQL warnings to er...Tim Graham2014-11-191-4/+0
* Simplified MySQL storage engine detection using INFORMATI...Thomas Chaumeny2014-11-101-8/+2
* Required MySQLdb >= 1.2.5 for fractional seconds supportClaude Paroz2014-10-281-1/+3
* Fixed #19716 -- Added support for microseconds with MySQL...Claude Paroz2014-10-282-3/+14
* Stopped stripping microseconds with MySQL backendClaude Paroz2014-10-281-9/+2
* Fixed typo in MySQL backend doctringClaude Paroz2014-10-271-1/+1
* Fixed #23446 -- Officially recommended mysqlclient as MyS...Claude Paroz2014-10-271-1/+2
* Fixed git blunder, refs #22738Shai Berger2014-09-271-1/+1