Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/mysql
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #22738 -- made finer distinctions for when Boolean ...Shai Berger2014-09-271-1/+3
* Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz2014-09-261-1/+1
* Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz2014-09-261-4/+1
* 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 #19463 -- Added UUIDFieldMarc Tamlyn2014-09-162-0/+9
* Limited lines to 119 characters in django/Tim Graham2014-09-052-10/+16
* Fixed #18757, #14462, #21565 -- Reworked database-python ...Marc Tamlyn2014-09-033-11/+15
* Fixed #23357 -- Added small int introspection support to ...Jon Dufresne2014-08-272-1/+2
* Fixed #22646: Added support for the MySQL ssl-ca option t...zsoldosp2014-08-141-3/+9
* Fixed #22234 -- Replaced OS-specific code with subprocess...Mihail Milushev2014-08-041-6/+2
* Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham2014-08-021-16/+0
* Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin2014-07-281-0/+1
* Fixed #13711 -- Model check added to ensure that auto-gen...Anubhav Joshi2014-06-171-1/+0
* Renamed DatabaseFeature.supports_check_constraints to sup...Tim Graham2014-06-171-1/+1
* Fixed unused import.Loic Bistuer2014-05-211-1/+0
* Fixed #22649: Beefed up quote_valueAndrew Godwin2014-05-201-8/+3
* Fixed #22424 -- Fixed handling of default values for Text...Loic Bistuer2014-05-181-1/+26
* Adjusted refactoring of vendor checks.Aymeric Augustin2014-05-101-1/+1
* Added feature flags for introspection capabilities.Aymeric Augustin2014-05-081-0/+2
* Replaced vendor checks by three feature flags.Aymeric Augustin2014-05-081-0/+2
* Fixed #22321 -- Wrapped exceptions in _set_autocommit.Aymeric Augustin2014-04-101-1/+2
* Fixed #21553 -- Ensured unusable database connections get...Aymeric Augustin2014-04-091-1/+1
* Fixed #12030 -- Validate integer field range at the model...Simon Charette2014-03-251-0/+6
* Reorganized the database test settingsShai Berger2014-03-091-4/+5
* Edited MySQL-specific check messages for grammar and cons...Russell Keith-Magee2014-03-031-3/+2
* Fixed #21844: Move quote_parameter off of Operations and ...Andrew Godwin2014-02-092-5/+5
* Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_prima...Vajrasky Kok2014-02-061-1/+1
* Make mysql's CursorWrapper a contextmanager.Michael Manfre2014-02-021-1/+9
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-19/+18
* Corrected problem with MySQL checks handler and related f...Russell Keith-Magee2014-01-211-16/+14
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-8/+25
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-3/+5
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* Fixed #17027 -- Added support for the power operator in F...Florian Hahn2013-10-221-0/+8
* Remove some unnecesary uses of boolAlex Gaynor2013-10-171-1/+1
* Fixed "redefinition of unused 'foo' from line X" pyflakes...Tim Graham2013-10-101-1/+0
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-1/+8
* Removed double import in mysql base.pyClaude Paroz2013-09-241-2/+0
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-162-6/+6
* Adding 'sqlmigrate' command and quote_parameter to suppor...Andrew Godwin2013-09-061-2/+7
* Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin2013-09-021-5/+1
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-302-3/+3
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* 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-226-21/+37
|\
| * fixed a mis-importt in mysql/base.pyAlex Gaynor2013-07-081-3/+3