summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/connectors/mysqldb.py
Commit message (Expand)AuthorAgeFilesLines
* - remove drizzle dialectMike Bayer2014-05-301-144/+0
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-031-31/+12
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-0/+1
* revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-131-12/+0
* new changelogMike Bayer2014-01-111-0/+12
* - happy new yearMike Bayer2014-01-051-1/+1
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* just a pep8 pass of lib/sqlalchemy/connectorsDiana Clarke2012-11-191-2/+7
* - [feature] Added "read_timeout" flag to MySQLdbMike Bayer2012-10-101-0/+1
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-141-2/+3
* - absolute imports in connectors, databasesMike Bayer2012-06-231-5/+4
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-021-1/+1
* - SchemaItem, SchemaType now descend from common typeMike Bayer2011-01-301-4/+7
* fix this to work on 2.4Mike Bayer2011-01-261-7/+4
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-261-1/+4
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-261-0/+147