summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/mysqlconnector.py
Commit message (Expand)AuthorAgeFilesLines
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Support all MySQL/Connector int/bool argumentsMike Bayer2016-09-011-0/+14
* Merge branch 'master' into pr157Mike Bayer2016-03-151-1/+7
|\
| * - happy new yearMike Bayer2016-01-291-1/+1
| * - more updates to the unicode mess to frame this inMike Bayer2015-03-221-5/+2
| * some doc defensesMike Bayer2015-03-211-0/+3
| * - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-201-0/+6
| * - copyright 2015Mike Bayer2015-03-101-1/+1
* | Add 'native' autocommit support for mysql driverspr/157Roman Podoliaka2015-02-241-0/+13
|/
* - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-6/+40
* cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-3/+1
* improve exception vs. exit handlingndparker2014-09-231-0/+2
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-6/+8
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-091-1/+3
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-271-1/+4
* - update mysql connector python link, #2938Mike Bayer2014-02-181-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-2/+3
* Updated mysqlconnector dialect to check for disconnect basedMike Bayer2013-04-291-1/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 passDiana Clarke2012-11-201-1/+1
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+4
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-14/+6
* - move out maxdbMike Bayer2012-10-181-0/+3
* things should work fine without thisMike Bayer2012-08-151-7/+0
* - also, this seems like a bug in any case.Mike Bayer2012-08-151-0/+3
* Updated mysqlconnector to support client flags and added character set inform...David McNelis2012-08-151-2/+2
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-141-2/+3
* more import cleanupsMike Bayer2012-08-071-7/+2
* happy new yearMike Bayer2012-01-041-1/+1
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - _extract_error_code now expects the raw DBAPI error in all casesMike Bayer2010-07-131-4/+1
* documentation updatesMike Bayer2010-03-281-1/+10
* - moved most Decimal bind/result handling into types.py, out of sqlite, mysql...Mike Bayer2010-03-181-11/+3
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-8/+8
* Added support for FOUND_ROWS to mysqlconnector.Michael Trier2010-03-011-7/+19
* Changes to get mysqlconnector passing most tests.Michael Trier2010-02-281-3/+2
* Fixed binary tests for mssql based on how the new types are being used.Michael Trier2010-02-241-16/+17
* - Further fixes for the mysql-connector dialect. [ticket:1668]Mike Bayer2010-02-141-10/+53
* - fix mysqlconnector importMike Bayer2010-01-041-7/+1
* - rename "myconnpy" to "mysqlconnector"Mike Bayer2010-01-041-0/+82