Skip to content

Conversation

TimPansino
Copy link
Contributor

Overview

  • Fix for as_string() in psycopg with no arguments causing a crash in instrumentation.

Related Github Issue

Closes #1502

@TimPansino TimPansino requested a review from a team as a code owner September 19, 2025 22:13
Copy link

github-actions bot commented Sep 19, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 6 0 0 0.78s
✅ MARKDOWN markdownlint 7 0 0 0 1.05s
✅ MARKDOWN markdown-link-check 7 0 0 22.48s
✅ PYTHON ruff 938 0 0 0 0.99s
✅ PYTHON ruff-format 938 0 0 0 0.34s
✅ YAML prettier 13 0 0 0 1.4s
✅ YAML v8r 13 0 0 6.64s
✅ YAML yamllint 13 0 0 0.6s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@mergify mergify bot added tests-failing Tests failing in CI. and removed tests-failing Tests failing in CI. labels Sep 19, 2025
@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.57%. Comparing base (66348e1) to head (cca6ccf).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1508   +/-   ##
=======================================
  Coverage   81.57%   81.57%           
=======================================
  Files         206      206           
  Lines       23689    23689           
  Branches     3753     3753           
=======================================
+ Hits        19324    19325    +1     
- Misses       3102     3103    +1     
+ Partials     1263     1261    -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@TimPansino TimPansino merged commit f43a05b into main Sep 22, 2025
60 checks passed
@TimPansino TimPansino deleted the fix-psycopg-as-string branch September 22, 2025 23:18
@umaannamalai umaannamalai added this to the v11.0.0 milestone Sep 25, 2025
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.

Psycopg adapter issue when not passing arguments to as_string
3 participants