summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/drizzle/mysqldb.py
Commit message (Collapse)AuthorAgeFilesLines
* - remove drizzle dialectMike Bayer2014-05-301-48/+0
| | | | | - restore mysqldb fully within dialects/mysql/, it's no longer a connector. fixes #2984
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-11/+6
| | | | | | | - build a new Sphinx extension that allows dialect info to be entered as directives which is then rendered consistently throughout all dialect/dbapi sections - break out the "empty_strings" requirement for oracle test
* most of the drizzle docs are copy/pasta, let's just point users to the mysql ↵Diana Clarke2012-04-021-35/+19
| | | | | | docs and enhance as questions arise - see #2385
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-3/+4
|
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-261-0/+68
- move mysqldb to a connector, can be shared among mysql/drizzle