summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/pyodbc.py
Commit message (Expand)AuthorAgeFilesLines
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-1/+3
* Enable F821Mike Bayer2020-01-041-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Source base cleanupsMike Bayer2020-01-011-7/+7
* Add pass through exact pyodbc connection string.Gord Thompson2019-12-041-2/+17
* Add note re: using the MySQL ODBC "ANSI" driver for mysql+pyodbc.Gord Thompson2019-12-031-5/+10
* Merge "add on_connect to MySQLDialect_pyodbc"mike bayer2019-10-201-0/+24
|\
| * add on_connect to MySQLDialect_pyodbcGord Thompson2019-10-201-0/+24
* | Merge remote-tracking branch 'origin/pr/4899'Mike Bayer2019-10-201-1/+1
|\ \ | |/ |/|
| * fix supports_unicode_statements for mysql+pyodbcGord Thompson2019-10-081-1/+1
* | fix error in test_round_trip for TimeTest with mysql+pyodbcGord Thompson2019-10-031-0/+12
|/
* remove __init__ from MySQLDialect_pyodbcGord Thompson2019-10-021-5/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-3/+5
* Run black -l 79 against all source filesMike Bayer2019-01-061-6/+8
* happy new yearMike Bayer2018-01-121-1/+1
* New features from python 2.7Катаев Денис2017-03-171-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-201-8/+5
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-1/+2
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+2
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-12/+6
* - move out maxdbMike Bayer2012-10-181-0/+3
* more import cleanupsMike Bayer2012-08-071-4/+3
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
* - 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-1/+1
* documentation updatesMike Bayer2010-03-281-0/+19
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-5/+5
* - added _with_options() to Connection. not publicizing this yet.Mike Bayer2009-12-181-0/+4
* get mysql+pyodbc connections to work againMike Bayer2009-08-201-2/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+54