summaryrefslogtreecommitdiff
path: root/test/dialect/mssql/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Make comment support conditional on fn_listextendedproperty availabilityMike Bayer2023-01-251-2/+32
* Run bracket interpretation for reflectionShan2023-01-231-0/+29
* Try running pyupgrade on the codeFederico Caselli2022-11-161-4/+3
* include mssql_clustered dialect_options when reflecting - issue #8288John Lennox2022-08-231-1/+157
* Support comments on MSSQLDaniel Hall2022-08-101-0/+41
* use random table nameMike Bayer2022-05-241-3/+6
* Use collation in reflection in MSSQLFederico Caselli2022-05-201-0/+48
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-3/+3
* Clean up most py3k compatFederico Caselli2021-11-241-3/+2
* removals: all unicode encoding / decodingMike Bayer2021-11-101-7/+0
* fully implement future engine and remove legacyMike Bayer2021-11-071-0/+1
* Fix reflection of FK against a unique indexGord Thompson2021-10-141-0/+53
* Fix has_table() false negative for #temp tablesGord Thompson2021-10-121-0/+47
* remove metadata.bind use from test suiteMike Bayer2021-01-031-108/+68
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-11/+6
* Convert to autoload_with internallyMike Bayer2020-11-071-8/+6
* Add reflection for Identity columnsFederico Caselli2020-09-281-2/+83
* upgrade to black 20.8b1Mike Bayer2020-09-281-10/+15
* Fix has_table() for mssql temporary tablesGord Thompson2020-09-191-0/+16
* Correct for SQL Server temp table ownerMike Bayer2020-09-151-35/+39
* Merge "Reflect mssql/postgresql filtered/partial indexes"mike bayer2020-09-121-0/+31
|\
| * Reflect mssql/postgresql filtered/partial indexesRamonWill2020-09-121-0/+31
* | Improve reflection for mssql temporary tablesGord Thompson2020-09-011-0/+49
* | Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-11/+30
* | Add support for identity columnsFederico Caselli2020-08-191-1/+4
|/
* Support multiple dotted sections in mssql schema namesMike Bayer2020-06-011-49/+58
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-17/+42
* Deprecate the databases packagesFederico Caselli2020-02-281-1/+1
* Deprecate connection branchingMike Bayer2020-02-211-2/+1
* Ensure SQL Server default schema name not interpreted as dot-separated tokensMike Bayer2019-10-171-0/+12
* Apply quoting to SQL Server _switch_dbMike Bayer2019-10-031-0/+83
* Modernize internal reflectionMike Bayer2019-08-061-1/+1
* CAST bind values against SQL Server sys into NVARCHARMike Bayer2019-06-281-0/+17
* Ensure scale param not sent to float typesMike Bayer2019-03-061-0/+15
* Post black reformattingMike Bayer2019-01-061-7/+22
* Run black -l 79 against all source filesMike Bayer2019-01-061-139/+164
* Add new parameters for IDENTITY start/increment in mssqlMike Bayer2018-11-141-5/+8
* Add unique_constraint_name to MSSQL FK reflectionSean Dunn2018-06-291-0/+44
* Add SQL Server CI coverageMike Bayer2017-08-311-6/+8
* Add placeholder XML supportMike Bayer2017-05-261-3/+31
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-31/+33
* - add missing __backend__ directives for SQL serverMike Bayer2016-02-081-0/+2
* - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5Mike Bayer2015-09-191-2/+2
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-07-301-4/+30
* - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-061-3/+8
* - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-2/+2
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+236