denisenkom / pytds

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

Add documentation for using binary parameters #124

Closed allaboutmikey closed 9 months ago

allaboutmikey commented 3 years ago

Examples of wrapping in pytds.Binary() as per types_test.py and another example inserting image data from a file.

codecov[bot] commented 3 years ago

Codecov Report

Merging #124 (0e94e25) into master (7c73812) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   93.58%   93.58%           
=======================================
  Files          28       28           
  Lines        7947     7947           
=======================================
  Hits         7437     7437           
  Misses        510      510           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7c73812...0e94e25. Read the comment docs.