summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/information_schema.py
Commit message (Expand)AuthorAgeFilesLines
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-60/+81
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-091-1/+1
* When querying the information schema on SQL Server 2000, removedMike Bayer2013-06-061-2/+15
* plugging awayMike Bayer2013-04-271-4/+3
* - the raw 2to3 runMike Bayer2013-04-271-4/+4
* - this pymssql test needs to be against the pymssql dialectMike Bayer2013-04-181-0/+4
* Added a py3K conditional around unnecessary .decode()Mike Bayer2013-01-121-0/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* kill me now, pep8 pass, so closeDiana Clarke2012-11-201-1/+0
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+1
* - more import cleanup for MSSQLMike Bayer2012-08-071-2/+2
* happy new yearMike Bayer2012-01-041-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-4/+4
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* Ridding the world of a few wasteful imports.Michael Trier2010-12-191-1/+1
* - Rewrote the reflection of indexes to use sys.Mike Bayer2010-10-231-0/+2
* - idle 78-char adjustmentsMike Bayer2010-07-031-3/+8
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-191-2/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+83