summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mssql/information_schema.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Support comments on MSSQLDaniel Hall2022-08-101-5/+30
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* First round of removal of python 2Federico Caselli2021-11-011-6/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+2
* happy new yearMike Bayer2021-01-041-1/+1
* Add reflection for Identity columnsFederico Caselli2020-09-281-0/+30
* Improve reflection for mssql temporary tablesGord Thompson2020-09-011-3/+19
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-0/+9
* Support inspection of computed columnFederico Caselli2020-03-151-0/+12
* happy new yearMike Bayer2020-01-011-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-4/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-3/+9
* Run black -l 79 against all source filesMike Bayer2019-01-061-95/+115
* Add unique_constraint_name to MSSQL FK reflectionSean Dunn2018-06-291-0/+2
* happy new yearMike Bayer2018-01-121-1/+1
* Add SQL Server CI coverageMike Bayer2017-08-311-1/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - 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