mysql2 icon indicating copy to clipboard operation
mysql2 copied to clipboard

A modern, simple and very fast Mysql library for Ruby - binding to libmysql

Results 153 mysql2 issues
Sort by recently updated
recently updated
newest added

This issue ticket is to manage the test failures on GitHub Actions macOS MariaDB 10.5 test failures. https://github.com/brianmario/mysql2/pull/1193/checks?check_run_id=2363155750#step:9:536 ``` 1) Mysql2::EM::Client should support async queries Failure/Error: expect(results[0].keys).to include("second_query") expected ["first_query"]...

Not a ton of upside here; just the rubocop bump.

icebox

This ticket is to manage the issue on the GitHub Actions: Ubuntu focal (20.04) mariadb (>= 10.3) case. ``` - {os: ubuntu-20.04, ruby: 2.4, db: mariadb10.3, allow-failure: true} ``` Today...

I have a suggestion to make the operation effective in this repository. ## Challenge and motivation. The current challenge is the maintainer is mainly only @sodabrew . He tends to...

Hello, I have been fighting with this for a while now and I am at a loss. For whatever reason the plugin refuses to build on never versions of ruby...

This is more of a share vs an issue. Popular projects like Nokogiri (https://github.com/sparklemotion/nokogiri/issues/2075) are shipping precompiled gems for various platforms. I've been using this gem on AWS Lambda (Amazon...

### My Issue When a SQL connection is closed, the `reconnect_enabled` is reset to be `false` (`0`). Then if Rails picks up this connection, try to use it, `REQUIRE_CONNECTED` is...

Hey Folks, Firstly - thank you for maintaining such a high quality database library. I'm looking for guidance on how to handle duplicate column names in a result set. For...

## TL;DR I'm seeing the following error when running `heroku run rake db:setup`: ``` LoadError: cannot load such file -- active_record/connection_adapters/mysql_adapter ``` It appears that Heroku is attempting to use...