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

I have a table with a column of medium text type. For a specific record I am getting this error when I try to update the record(saving it did with...

If I am not mistaken new libmysql has now async functions: https://dev.mysql.com/doc/c-api/8.0/en/c-api-asynchronous-interface-usage.html Eventmachine is mostly abandoned (?). However there are new async frameworks now. It would be wonderful to be...

It seems that after upgrading to 0.4.10 the library throws the above error even for simplest queries for me. I'm using it with MySQL 5.7.11. The issue appears when I...

Hello, I have RoR app on new Debian 10 server. Version si managed by rbenv and deployed by mina. All bundles are installed into shared/vendor/ app specific environment. I am...

This patch makes a Rails 3.2 project compatible with newer MariaDB on Debian 10.

Because I think some people still use Rails 4.1 so I think it will help them to fix the problem [#606] for mysql2 version 0.3.x (https://github.com/brianmario/mysql2/issues/606) The PR is base...

Currently, unless set explicitly otherwise, DT_RPATH is set to `/usr/lib64/`. This was deemed undesired in Fedora: https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild Unless no options is present, it's autodetected by default: https://github.com/brianmario/mysql2/blob/ca883e1a359a10f48ac5d0ce649827b424110cd7/ext/mysql2/extconf.rb#L253 Bugzilla reference: https://bugzilla.redhat.com/show_bug.cgi?id=1987743

I have a rails 6 app, using mysql2 0.5.3, everything installs fine, when it goes to start the apache error log shows: The application encountered the following error: incompatible library...

Is the use of login-path on the roadmap for a future release? Unless you have a way of using some sort of encrypted passwords on a linux system?

This PR is to see the compiling command lines including the used compiler, compiler flags and macros in the CI logs. For example on this ticket https://github.com/brianmario/mysql2/issues/1182#issuecomment-817171322 , I think...