denisenkom / pytds

Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation
MIT License
192 stars 53 forks source link

Allow specifying column types and providing data directly in bulk copies (rebased on top of varchar(max) query fix) #101

Closed LHCGreg closed 6 years ago

LHCGreg commented 6 years ago

Continuation of https://github.com/denisenkom/pytds/pull/97.

This is the same change but rebased on top of https://github.com/denisenkom/pytds/pull/96 which has not been merged yet, so be aware that merging this PR will merge both if https://github.com/denisenkom/pytds/pull/96 has not been merged yet. This means the tests should now pass even though https://github.com/denisenkom/pytds/pull/96 has not been merged yet.