Skip to content

fix(mssql): use pyodbc instead for improved reliability over pymssql#648

Open
MarkBNinetyOne wants to merge 3 commits into
testcontainers:mainfrom
deeninetyone:pyodbc-support
Open

fix(mssql): use pyodbc instead for improved reliability over pymssql#648
MarkBNinetyOne wants to merge 3 commits into
testcontainers:mainfrom
deeninetyone:pyodbc-support

Conversation

@MarkBNinetyOne

Copy link
Copy Markdown

The containers sometimes hang because of a known bug in pymssql. If you use pyodbc instead, it works.

@alexanderankin alexanderankin changed the title use pyodbc instead Jul 15, 2024
@alexanderankin alexanderankin changed the title fix(mssql): use pyodbc instead for improved reliability over pymssql) Jul 15, 2024
@codecov

codecov Bot commented Jul 15, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@0ce4fec). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #648   +/-   ##
=======================================
  Coverage        ?   77.16%           
=======================================
  Files           ?       11           
  Lines           ?      578           
  Branches        ?       83           
=======================================
  Hits            ?      446           
  Misses          ?      106           
  Partials        ?       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants