summaryrefslogtreecommitdiff
path: root/MySQLdb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32 from methane/autocommitAndy Dustman2013-11-211-15/+2
|\
| * Remove unused variable.INADA Naoki2013-10-021-2/+0
| * More precise get_autocommit based on server_status.INADA Naoki2013-10-021-13/+2
* | Merge pull request #34 from tyzhnenko/test-and-fix-issue-33Andy Dustman2013-11-211-1/+1
|\ \
| * | Fix cut off SQL query when its contained `))`, edit insert_valuesDima Tyzhnenko2013-10-071-1/+1
| |/
* | Merge pull request #36 from Multiposting/masterAndy Dustman2013-11-212-4/+17
|\ \
| * | Also fix executemany().Guillaume Bandet2013-11-051-1/+7
| * | Syntax fix for python 2.5 support.Guillaume Bandet2013-11-051-1/+2
| * | Fix the conversion of list or tuple args to a SQL.Guillaume Bandet2013-11-042-3/+9
| |/
* | microsecond-bug-fixJinuk2013-11-081-3/+6
* | microsecond-bug-fix for datetime.datetimejinuk84.kim2013-11-081-1/+5
|/
* Merge pull request #12 from KLab/autocommit_onAndy Dustman2013-08-181-2/+30
|\
| * 'BEGIN' on __enter__ if autocommit is enabled.INADA Naoki2013-05-221-3/+24
| * Fix typo.INADA Naoki2013-05-211-1/+1
| * autocommit=None means using server default.INADA Naoki2013-05-211-2/+6
| * Support `autocommit=True` for constructor argument.INADA Naoki2013-01-051-1/+4
* | Fix problem with return None if Datetime field contained microsecond (Issue #24)Dima Tyzhnenko2013-07-151-6/+14
|/
* remove unused lines.INADA Naoki2013-01-051-21/+20
* Version bumpMySQLdb-1.2.4farcepest2013-01-011-2/+2
* Fix some broken types module references.pypy-fixesfarcepest2012-11-021-2/+2
* PyPy fixes, and probably some reference issues for CPython too.farcepest2012-10-171-1/+6
* Version bump.MySQLdb-1.2.4b5farcepest2012-10-111-2/+2
* Merge remote-tracking branch 'remotes/evax/utf8mb4' into MySQLdb-1.2farcepest2012-10-081-7/+5
|\
| * Use db.unicode_literal.charset in cursors.pyEvax Software2012-10-081-10/+5
| * Map utf8mb4 to utf8 in pythonEvax Software2012-10-081-2/+5
* | Prep for 1.2.4b4 releaseMySQLdb-1.2.4b4farcepest2012-10-081-2/+2
|/
* Workaround for recommended MySQL 5.5 utf8mb4 character set, which is not reco...farcepest2012-10-051-2/+6
* Allow pip install from gitEvax Software2012-10-0440-7575/+0
* Let's not forget history...farcepest2012-10-031-152/+161
* Version 1.2.4b3MySQLdb-1.2.4b3farcepest2012-10-032-2/+6
* Patch 4/4: Fix TEXT vs. BLOB conversion.André Malo2012-10-031-2/+6
* Patch 3/4: _mysql.c reference counting and exception issuesAndré Malo2012-10-031-11/+33
* Patch 2/4: executemany-regex improvement. It should match better and faster n...André Malo2012-10-031-6/+25
* Patch 1/4: Minor exception handling improvements (don't swallow program exits)André Malo2012-10-032-4/+18
* Somehow I missed this connection setupfarcepest2012-10-021-1/+2
* Giving Travis it's own database with utf8 charset in hopes this will fix the ...farcepest2012-10-021-1/+1
* Add Travis-specific configuration filefarcepest2012-10-021-0/+10
* Merge branch 'master' into MySQLdb-1.2farcepest2012-10-025-588/+620
|\
| * Unify test connection configurationfarcepest2012-10-025-588/+620
| * History updates for 1.2.4b2MySQLdb-1.2.4b2farcepest2012-09-272-6/+40
| * Revert raise exc as value statements to raise exc, value since it breaks Pyth...farcepest2012-09-271-2/+2
| * Fix MySQLdb1-1 Exception format incompatible with previous versionsfarcepest2012-09-262-3/+3
| * Windows is HELLMySQLdb-1.2.4b1Andy Dustman2012-09-262-61/+61
| * Revert "Hopefully this is just a very minor spacing cleanup."Andy Dustman2012-09-2633-8878/+8878
| * License file, cleanup MANIFEST.in, and bump version to 1.2.4b1Andy Dustman2012-09-253-5/+342
| * Hopefully this is just a very minor spacing cleanup.Andy Dustman2012-09-2538-8961/+8952
* | Test connection tweaks for TravisAndy Dustman2012-10-013-3/+3
* | History updates for 1.2.4b2farcepest2012-09-272-6/+40
* | Revert raise exc as value statements to raise exc, value since it breaks Pyth...farcepest2012-09-271-2/+2
* | Fix MySQLdb1-1 Exception format incompatible with previous versionsfarcepest2012-09-272-3/+3