summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/oursql.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support for the mysql+oursql dialect. Thank you Taavi Burns.Michael Trier2010-02-251-4/+38
* - Added an optional C extension to speed up the sql layer byGaëtan de Menten2010-02-131-6/+2
* oursql doesn't need the warnings propagate flagMike Bayer2010-01-291-3/+2
* - Connection has execution_options(), generative methodMike Bayer2010-01-241-4/+4
* - added _with_options() to Connection. not publicizing this yet.Mike Bayer2009-12-181-46/+15
* - changed a few isinstance(value, Decimal) to "is not None", where appropriateGaëtan de Menten2009-11-281-2/+2
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-2/+2
* reduce some call overheadMike Bayer2009-11-101-4/+3
* - new oursql dialect added. [ticket:1613]Mike Bayer2009-11-101-0/+217