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

Fixed Mysql2::Client#query return value to be uniquely determined #564

Merged
merged 1 commit into from
May 26, 2024

Conversation

euglena1215
Copy link
Contributor

The return value of Mysql2::Client#query is determined by the combination of the as argument of the self.new method and the query method. Fixed it so that it can be expressed using Generics.

The return value of `Mysql2::Client#query` is determined by the combination of
the `as` argument of the `self.new` method and the `query` method.
Fixed it so that it can be expressed using Generics.
Copy link

@euglena1215 Thanks for your contribution!

Please follow the instructions below for each change.
See also: https://github.com/ruby/gem_rbs_collection/blob/main/docs/CONTRIBUTING.md

Available commands

You can use the following commands by commenting on this PR.

  • /merge: Merge this PR if CI passes

mysql2

You changed RBS files for an existing gem.
This gem does not have reviewers. So you can merge this PR immediately if the CI passes.
We recommend you add yourself to the reviewers for this gem.

@euglena1215
Copy link
Contributor Author

/merge

@github-actions github-actions bot merged commit f6ddbae into ruby:main May 26, 2024
4 checks passed
@euglena1215 euglena1215 deleted the fix-mysql2 branch May 26, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant