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 pyodbc cursor error in SQLA instrumentation #469

Merged
merged 9 commits into from
Jun 7, 2021
Merged

Fix pyodbc cursor error in SQLA instrumentation #469

merged 9 commits into from
Jun 7, 2021

Commits on Jun 1, 2021

  1. Fix pyodbc cursor error in SQLA instumentation

    Deleting the cursor reference after execution and in the error handler
    instead of keeping a weak reference.
    
    Added Docker tests for MSSQL and pyodbc to verify the instrumentation as
    working
    jomasti committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    54e9413 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    jomasti committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ce2599b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f870bd9 View commit details
    Browse the repository at this point in the history
  4. Update MSSQL tests

    jomasti committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6c4a915 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    fb01125 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    31b02f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    0fc83b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4362d23 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    alrex committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6192dc4 View commit details
    Browse the repository at this point in the history