Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 1 | -8/+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 | -1/+2 |
| | | | | sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing | ||||
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| | | | | to get all flake8 passing | ||||
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -0/+2 |
| | |||||
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -12/+6 |
| | | | | | | | - build a new Sphinx extension that allows dialect info to be entered as directives which is then rendered consistently throughout all dialect/dbapi sections - break out the "empty_strings" requirement for oracle test | ||||
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -0/+3 |
| | | | | | | - begin consolidating docs for dialects to be more self contained - add a separate section for "external" dialects - not sure how we're going to go with this yet. | ||||
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -4/+3 |
| | |||||
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -1/+1 |
| | |||||
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| | |||||
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| | | | | | a consistent tag - AUTHORS file | ||||
* | - _extract_error_code now expects the raw DBAPI error in all cases | Mike Bayer | 2010-07-13 | 1 | -1/+1 |
| | | | | | for all four MySQL dialects. has_table() passes in the "orig" from the SQLAlchemy exception. continuing of [ticket:1848] | ||||
* | documentation updates | Mike Bayer | 2010-03-28 | 1 | -0/+19 |
| | |||||
* | - name all the "sub" dialect components <DB><component>_<dialectname>, ↵ | Mike Bayer | 2010-03-14 | 1 | -5/+5 |
| | | | | [ticket:1738] | ||||
* | - added _with_options() to Connection. not publicizing this yet. | Mike Bayer | 2009-12-18 | 1 | -0/+4 |
| | | | | | | - updated oursql driver with latest fixes using options. [ticket:1613] - all the MySQL drivers get a shoutout in the docs - marked tests that OurSQL has problems with (only three), passes 100% now | ||||
* | get mysql+pyodbc connections to work again | Mike Bayer | 2009-08-20 | 1 | -2/+1 |
| | |||||
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+54 |