Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MarkBNinetyOne
Copy link

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 fix(mssql): use pyodbc instead for improved reliability over pymssql) Jul 15, 2024
@alexanderankin alexanderankin changed the title fix(mssql): use pyodbc instead for improved reliability over pymssql) fix(mssql): use pyodbc instead for improved reliability over pymssql Jul 15, 2024
Copy link

codecov bot commented Jul 15, 2024

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants