| Commit message (Expand) | Author | Age | Files | Lines |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - more updates to the unicode mess to frame this in | Mike Bayer | 2015-03-22 | 1 | -22/+2 |
* | some doc defenses | Mike Bayer | 2015-03-21 | 1 | -0/+3 |
* | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 1 | -0/+5 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -9/+13 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | plugging away | Mike Bayer | 2013-04-27 | 1 | -11/+9 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -8/+9 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 1 | -36/+40 |
* | just a pep8 pass | Diana Clarke | 2012-11-20 | 1 | -2/+0 |
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -0/+1 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -14/+6 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -0/+3 |
* | - [feature] Added "raise_on_warnings" flag to OurSQL | Mike Bayer | 2012-10-10 | 1 | -0/+1 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -6/+2 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -5/+5 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 1 | -2/+2 |
* | - Fixed OurSQL dialect to use ansi-neutral | Mike Bayer | 2011-07-24 | 1 | -6/+7 |
* | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 1 | -2/+0 |
* | - oursql dialect accepts the same "ssl" arguments in | Mike Bayer | 2011-02-10 | 1 | -0/+10 |
* | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -13/+13 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - _extract_error_code now expects the raw DBAPI error in all cases | Mike Bayer | 2010-07-13 | 1 | -4/+1 |
* | documentation updates | Mike Bayer | 2010-03-28 | 1 | -0/+11 |
* | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -2/+2 |
* | - moved most Decimal bind/result handling into types.py, out of sqlite, mysql... | Mike Bayer | 2010-03-18 | 1 | -10/+4 |
* | Changed OurSQL to use supports_unicode_binds and supports_unicode_statements. | Michael Trier | 2010-03-16 | 1 | -2/+0 |
* | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 1 | -4/+4 |
* | - simplify the OurSQL dialect regarding py3k, this version gives it a fairly | Mike Bayer | 2010-02-28 | 1 | -46/+79 |
* | Comments in oursql cause 2to3 to fail. | Michael Trier | 2010-02-28 | 1 | -16/+14 |
* | some todos | Mike Bayer | 2010-02-27 | 1 | -0/+7 |
* | Support for the mysql+oursql dialect. Thank you Taavi Burns. | Michael Trier | 2010-02-25 | 1 | -4/+38 |
* | - Added an optional C extension to speed up the sql layer by | Gaëtan de Menten | 2010-02-13 | 1 | -6/+2 |
* | oursql doesn't need the warnings propagate flag | Mike Bayer | 2010-01-29 | 1 | -3/+2 |
* | - Connection has execution_options(), generative method | Mike Bayer | 2010-01-24 | 1 | -4/+4 |
* | - added _with_options() to Connection. not publicizing this yet. | Mike Bayer | 2009-12-18 | 1 | -46/+15 |
* | - changed a few isinstance(value, Decimal) to "is not None", where appropriate | Gaëtan de Menten | 2009-11-28 | 1 | -2/+2 |
* | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -2/+2 |
* | reduce some call overhead | Mike Bayer | 2009-11-10 | 1 | -4/+3 |
* | - new oursql dialect added. [ticket:1613] | Mike Bayer | 2009-11-10 | 1 | -0/+217 |