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

Update usage section of README.md #939

Merged
merged 1 commit into from
Feb 14, 2018

Conversation

koic
Copy link
Contributor

@koic koic commented Feb 14, 2018

Follow up of #907.

Since Fixnum is a subclass of Integer, I thought it would be OK to replace it with Integer. Especially, It will be a calm expression for Ruby 2.4 or higher users.

Follow up of brianmario#907.

Since `Fixnum` is a subclass of `Integer`, I thought it would be OK to
replace it with `Integer`. Especially, It will be a calm expression for
Ruby 2.4 or higher users.
@sodabrew sodabrew merged commit 503429c into brianmario:master Feb 14, 2018
@sodabrew
Copy link
Collaborator

Thank you!

@koic koic deleted the update_usage_section_of_readme branch February 14, 2018 15:51
jeremy added a commit to jeremy/mysql2 that referenced this pull request Mar 21, 2018
* master: (21 commits)
  Bump version to 0.5.0
  README note that MariaDB 10.3 and Ruby 2.6 are supported
  Initialize params_enc variable to resolve a warning
  Travis CI add MariaDB 10.3
  Travis CI add Ruby 2.6
  Use a local scope to avoid leaking the temporary variable for bind_count
  Revert "Layout/IndentHeredoc"
  Bump RuboCop limits for spec file length
  Style nit fix for brianmario#943
  Use a typedef my_bool to improve compatibility across MySQL versions
  Revert "Use `bool` instead of `my_bool` which has been removed since MySQL 8.0.1 (brianmario#840)"
  Style nit for brianmario#943
  Expose the `mysql_set_server_option`: (brianmario#943)
  Update usage section of README.md (brianmario#939)
  Travis CI should run MySQL 5.5 tests on Trusty
  Looks like Windows Ruby 2.0 still has the buggy mkmf
  Use CLIENT_CONNECT_ATTRS flag to test the connection attributes feature
  README note that MariaDB 10.2 is supported
  Travis CI drop tests for MySQL 5.1 on Ubuntu Precise
  Fix Ruby 2.4 on Appveyor
  ...
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.

2 participants