This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We've updated a dependency and here is what you need to know:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ mysql2 (0.4.9 → 0.4.10) · Repo · Changelog
Release Notes
From the Github release:
New Features
Fixes
Changes
Commits
See the full diff on Github. The new version differs by 27 commits:
Bump version to 0.4.10
Merge pull request #904 from sodabrew/better_specs
Stash the mysql-build@oss.oracle.com key locally instead of calling pgp.mit.edu
Test five significant figures of microseconds to reduce off-by-one-microsecond errors
Backport the cast_booleans test structure to results spec
Merge pull request #903 from sodabrew/statement_specs_prepare
Fix server_info
Fix rubocop
Cast the BIT(1) type when :cast_booleans is true for prepared statements
Test prepared statements in the prepared statements tests: boolean
Test prepared statements in the prepared statements tests: date & time
Make sure ssl is enabled if only :sslverify is set (#889)
Merge pull request #902 from sodabrew/remove_mysqld_error_h
Use keyserver.ubuntu.com for the Percona key
Include mysqld_error.h has been here for ages but was superfluous
Merge pull request #901 from sodabrew/remove_mysql_com_h
Check the server version instead of the client version of MySQL on OS X specs
Include mysql_com.h has been here for ages but was superfluous
Merge pull request #900 from sodabrew/mariadb_version_again
Install MariaDB client headers after Travis CI fix for MariaDB 10.2 broke earlier 10.x
ifdef consistency
More work towards MariaDB version string compatibility
extended keyword for the explain statement has been removed (#894)
Return false on deprecated set secure auth
MYSQL_SECURE_AUTH has been removed in MySQL 8.0.3 RC (#892)
Switch from pending to skip because of rspec 3 changes
Update MySQL Connector/C version for Windows
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.