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

Improved prepared statement support for Sequel #1186

Merged
merged 3 commits into from Sep 25, 2020

Conversation

marcotc
Copy link
Member

@marcotc marcotc commented Sep 23, 2020

While reviewing a recent Sequel PR, I noticed that we did not have coverage for Sequel prepared statements.

This PR adds such coverage, as well as an additional span tag containing the name of the prepared statement. This name is a developer assigned internal alias for the prepared statement, which might be helpful in identifying where the query was stemmed from.

@marcotc marcotc added the integrations Involves tracing integrations label Sep 23, 2020
@marcotc marcotc requested a review from a team September 23, 2020 21:05
@marcotc marcotc self-assigned this Sep 23, 2020
@marcotc marcotc merged commit 0ce05a7 into master Sep 25, 2020
@marcotc marcotc deleted the test/sequel-prepared-statement branch September 25, 2020 15:28
@marcotc marcotc added this to the 0.41.0 milestone Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integrations Involves tracing integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants