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: get correct table name if table name is quoted #1233

Closed
wants to merge 6 commits into from

Conversation

HielkeJ
Copy link
Contributor

@HielkeJ HielkeJ commented Nov 6, 2024

TABLE_NAME is extracted if the table name is quoted. Should fix #1173

Copy link

linux-foundation-easycla bot commented Nov 6, 2024

CLA Missing ID CLA Not Signed

HielkeJ and others added 5 commits November 6, 2024 13:58
)

* chore: bump ruby/setup-ruby from 1.198.0 to 1.199.0

Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.198.0 to 1.199.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@v1.198.0...v1.199.0)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Bump setup-ruby in test_gem action

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kayla Reopelle <[email protected]>
@HielkeJ HielkeJ closed this Nov 6, 2024
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.

PG instrumentation does not parse quoted table names in queries into the 'db.collection.name' attribute
1 participant