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 mysql2 gem types #764

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Fix mysql2 gem types #764

merged 1 commit into from
Jan 8, 2025

Conversation

euglena1215
Copy link
Contributor

  • Add Mysql2::Client#affected_rows
  • Full support Mysql2::row_value_type
    • Add BigDecimal, Float, Time, Date
  • Add Mysql2::Result#size and Mysql2::Result#count

- Add `Mysql2::Client#affected_rows`
- Full support `Mysql2::row_value_type`
  - Add `BigDecimal`, `Float`, `Time`, `Date`
- Add `Mysql2::Result#size` and `Mysql2::Result#count`
Copy link

github-actions bot commented Jan 8, 2025

@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 ef53a5b into ruby:main Jan 8, 2025
6 checks passed
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.

1 participant