summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/zxjdbc.py
Commit message (Collapse)AuthorAgeFilesLines
* - add a note that we aren't really doing zxjdbc right now even thoughMike Bayer2015-03-201-0/+2
| | | | these files are present.
* - copyright 2015Mike Bayer2015-03-101-1/+1
|
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-6/+7
| | | | sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
| | | | to get all flake8 passing
* - happy new yearMike Bayer2014-01-051-1/+1
|
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
|
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+1
|
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-17/+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
* - more import cleanup for MSSQLMike Bayer2012-08-071-5/+5
|
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
|
* happy new yearMike Bayer2012-01-041-1/+1
|
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
| | | | | a consistent tag - AUTHORS file
* - idle 78-char adjustmentsMike Bayer2010-07-031-3/+8
|
* - name all the "sub" dialect components <DB><component>_<dialectname>, ↵Mike Bayer2010-03-141-5/+5
| | | | [ticket:1738]
* mssql+zxjdbc supportPhilip Jenvey2009-09-111-0/+64
original patch from Victor Ng fixes #1505