Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - reorganize MySQL docs re: unicode, other cleanup and updates | Mike Bayer | 2015-03-20 | 1 | -0/+3 |
| | |||||
* | - 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 | -2/+4 |
| | | | | 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 | ||||
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| | | | | Found using: https://github.com/intgr/topy | ||||
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
| | | | | - went through examples/ and cleaned out excess list() calls | ||||
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | just a pep8 pass | Diana Clarke | 2012-11-20 | 1 | -1/+1 |
| | |||||
* | 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 | -13/+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 | -3/+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 | -3/+3 |
| | |||||
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| | | | | | a consistent tag - AUTHORS file | ||||
* | - mysql | Mike Bayer | 2010-11-03 | 1 | -1/+1 |
| | | | | | | | - Fixed error handling for Jython + zxjdbc, such that has_table() property works again. Regression from 0.6.3 (we don't have a Jython buildbot, sorry) [ticket:1960] | ||||
* | documentation updates | Mike Bayer | 2010-03-28 | 1 | -0/+7 |
| | |||||
* | - name all the "sub" dialect components <DB><component>_<dialectname>, ↵ | Mike Bayer | 2010-03-14 | 1 | -4/+4 |
| | | | | [ticket:1738] | ||||
* | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -1/+1 |
| | | | | | | | | | | types to more intelligently determine float() vs. Decimal(), [ticket:1567] - since result processing is a hot issue of late, the DBAPI type returned from cursor.description is certainly useful in cases like these to determine an efficient result processor. There's likely other result processors that can make use of it. But, backwards incompat change to result_processor(). Happy major version number.. | ||||
* | rename jdbc suffix to zxjdbc, add ReturningParam.__ne__ | Philip Jenvey | 2009-08-30 | 1 | -7/+7 |
| | |||||
* | o default Connector/J's characterEncoding=UTF-8 for generally better JDBC | Philip Jenvey | 2009-08-11 | 1 | -1/+10 |
| | | | | | unicode handling o pass url query params down as jdbc connect opts | ||||
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+95 |