summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/oursql.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-0/+10
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Source base cleanupsMike Bayer2020-01-011-3/+3
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-1/+1
* Note DBAPIs and dialects that we don't supportMike Bayer2019-07-051-0/+6
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+1
* 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-51/+62
* Get MySQL version info from @@versionMike Bayer2018-03-031-11/+0
* happy new yearMike Bayer2018-01-121-1/+1
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - more updates to the unicode mess to frame this inMike Bayer2015-03-221-22/+2
* some doc defensesMike Bayer2015-03-211-0/+3
* - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-201-0/+5
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-9/+13
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* plugging awayMike Bayer2013-04-271-11/+9
* - the raw 2to3 runMike Bayer2013-04-271-8/+9
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* kill me now, pep8 pass, so closeDiana Clarke2012-11-201-36/+40
* just a pep8 passDiana Clarke2012-11-201-2/+0
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+1
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-14/+6
* - move out maxdbMike Bayer2012-10-181-0/+3
* - [feature] Added "raise_on_warnings" flag to OurSQLMike Bayer2012-10-101-0/+1
* more import cleanupsMike Bayer2012-08-071-6/+2
* -whitespace bonanza, contdMike Bayer2012-07-281-5/+5
* happy new yearMike Bayer2012-01-041-1/+1
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-2/+2
* - Fixed OurSQL dialect to use ansi-neutralMike Bayer2011-07-241-6/+7
* - assume in py3k that description encoding is None unless the dialect reallyMike Bayer2011-04-081-2/+0
* - oursql dialect accepts the same "ssl" arguments inMike Bayer2011-02-101-0/+10
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-13/+13
* - 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-0/+11
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-191-2/+2
* - moved most Decimal bind/result handling into types.py, out of sqlite, mysql...Mike Bayer2010-03-181-10/+4
* Changed OurSQL to use supports_unicode_binds and supports_unicode_statements.Michael Trier2010-03-161-2/+0
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-4/+4
* - simplify the OurSQL dialect regarding py3k, this version gives it a fairlyMike Bayer2010-02-281-46/+79
* Comments in oursql cause 2to3 to fail.Michael Trier2010-02-281-16/+14
* some todosMike Bayer2010-02-271-0/+7