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

Bump mysql2 from 0.4.10 to 0.5.0 in /WcaOnRails #2703

Merged
merged 1 commit into from
Apr 2, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 21, 2018

Bumps mysql2 from 0.4.10 to 0.5.0.

Release notes

Sourced from mysql2's releases.

0.5.0

Breaking Changes

  • Ruby 2.0 or higher required. Ruby 1.8.7 and Ruby 1.9.3 are not supported.
  • MySQL 5.5 or higher required. MySQL 5.0 and 5.1 are not supported.

New Features

  • Expose mysql_set_server_option to turn multiple statements on and off (#943)
  • Accept query options on Statement#execute (#912)
  • Support connect attributes and the program_name attribute (#760)
  • Make server_status variable available (#755)

Bug Fixes

  • Fix wrong value of type YEAR on big endian environment (#921)
  • MySQL 8.0.3 Release Candidate removes MYSQL_SECURE_AUTH (#891)
  • Suppress Fixnum and Bignum warnings on Ruby 2.4 (#907)

Changes

Changelog

Sourced from mysql2's changelog.

Changes are maintained under Releases

Commits
  • bf227ac Bump version to 0.5.0
  • 420dbe6 README note that MariaDB 10.3 and Ruby 2.6 are supported
  • eca4d25 Initialize params_enc variable to resolve a warning
  • 7879790 Travis CI add MariaDB 10.3
  • 1ea606c Travis CI add Ruby 2.6
  • a0ca592 Use a local scope to avoid leaking the temporary variable for bind_count
  • 620a055 Revert "Layout/IndentHeredoc"
  • 7f9569e Bump RuboCop limits for spec file length
  • b3fe727 Style nit fix for #943
  • 86c352d Merge pull request #919 from sodabrew/typedef_my_bool
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version with close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@jfly
Copy link
Contributor

jfly commented Mar 22, 2018

  • Expose mysql_set_server_option to turn multiple statements on and off (#943)

❗ ❕ ❗

@jonatanklosko, do you think we could leverage this new feature to clean up/get rid of our DbHelper.execute_sql hack? I see them executing multiline sql here: https://github.com/brianmario/mysql2/pull/943/files#diff-f50f287044ea76fe2dfe616c8d01c194R228.

@jonatanklosko, I've assigned this PR to you, would you be interested in doing some investigation into the multiline support it may give us? Thanks!

@jonatanklosko
Copy link
Member

Sure thing! Multiline support sounds great. I will look into this once brianmario/mysql2#950 is resolved (which is why our build is failing at the moment).

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/WcaOnRails/mysql2-0.5.0 branch from 6fd128a to 8d738eb Compare April 2, 2018 20:23
@jonatanklosko jonatanklosko merged commit b5eef5c into master Apr 2, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/WcaOnRails/mysql2-0.5.0 branch April 2, 2018 22:25
@jonatanklosko
Copy link
Member

A new version of Rails has been released and I've already merged it. It added compatibility with mysql2 0.5, so now Travis passes for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants