summaryrefslogtreecommitdiff
path: root/test/dialect/mssql
Commit message (Expand)AuthorAgeFilesLines
* ensure correct cast for floats vs. numeric; other fixesMike Bayer2023-04-261-0/+2
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-9/+0
* generalize the SQL Server test from #9603Mike Bayer2023-04-071-69/+0
* turn off use_insertmanyvalues for SQL ServerMike Bayer2023-04-053-2/+81
* favor fast_executemany over insertmanyvalues when setMike Bayer2023-04-021-1/+4
* audition pymssql once more; retire sane_rowcount_returningMike Bayer2023-03-042-2/+35
* Make comment support conditional on fn_listextendedproperty availabilityMike Bayer2023-01-252-2/+103
* Run bracket interpretation for reflectionShan2023-01-232-0/+70
* disable setinputsizes only for true DBAPI executemanyMike Bayer2022-12-011-61/+68
* Try running pyupgrade on the codeFederico Caselli2022-11-166-10/+3
* establish consistency for RETURNING column labelsMike Bayer2022-11-111-0/+29
* Merge "further qualify pyodbc setinputsizes types for long stirngs" into mainmike bayer2022-10-191-0/+167
|\
| * further qualify pyodbc setinputsizes types for long stirngsMike Bayer2022-10-181-0/+167
* | Revert automatic set of sequence start to 1Federico Caselli2022-10-171-2/+18
|/
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-1/+3
* catch exception for system_views alsoMike Bayer2022-09-151-3/+30
* Fix Azure Synapse connection errorGord Thompson2022-09-021-1/+19
* include mssql_clustered dialect_options when reflecting - issue #8288John Lennox2022-08-231-1/+157
* Support comments on MSSQLDaniel Hall2022-08-101-0/+41
* Merge "Fix 'No transaction found' error on Synapse." into mainmike bayer2022-08-041-11/+63
|\
| * Fix 'No transaction found' error on Synapse.Gord Thompson2022-08-021-11/+63
* | ensure RETURNING renders in stringify w/ no server versionMike Bayer2022-08-031-0/+16
|/
* Change setinputsizes behavior for mssql+pyodbcGord Thompson2022-06-291-5/+4
* Allow NUMERIC()/DECIMAL() IDENTITY columnsGord Thompson2022-06-181-0/+17
* add backend agnostic UUID datatypeMike Bayer2022-06-011-0/+8
* mssql login failure if password starts with "{"Gord Thompson2022-05-291-15/+35
* use random table nameMike Bayer2022-05-241-3/+6
* Use collation in reflection in MSSQLFederico Caselli2022-05-201-0/+48
* pep-484 for engineMike Bayer2022-03-011-44/+46
* apply literal value resolution to StringMike Bayer2022-02-071-9/+28
* Added support for ``FILESTREAM`` in MSSQL.Federico Caselli2022-01-201-0/+36
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-3/+3
* Warn when caching is disabled / documentMike Bayer2021-12-061-1/+1
* Clean up most py3k compatFederico Caselli2021-11-244-15/+14
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-181-25/+22
|\
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-25/+22
* | Merge "removals: all unicode encoding / decoding" into mainmike bayer2021-11-111-7/+0
|\ \
| * | removals: all unicode encoding / decodingMike Bayer2021-11-101-7/+0
* | | Merge "change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quoting...mike bayer2021-11-092-17/+33
|\ \ \ | |/ / |/| |
| * | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-092-17/+33
| |/
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-092-14/+15
|/
* fully implement future engine and remove legacyMike Bayer2021-11-071-0/+1
* First round of removal of python 2Federico Caselli2021-11-012-36/+0
* Remove deprecated dialects and driversFederico Caselli2021-10-312-24/+7
* 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
* organize datetime types for correct implsMike Bayer2021-10-011-54/+69
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-2/+2
* Merge "dont qualify literal_binds with literal_execute"mike bayer2021-08-071-0/+17
|\