ruby-mysql
ruby-mysql copied to clipboard
MySQL connector for Ruby. pure Ruby version.
Windows can't use UNIXSocket, please fix, how to detect windows env?
I just upgraded from ruby 2.6 to 3.1.2 and from a mySQL 5 DB to MariaDB 10.6.7 I now get this ServerGoneError when I do a query. I was originally...
Hi there... I noticed that when calling #count on a result set and then calling #each_hash (or #each), it would appear that the set was empty. This PR is my...
### tmtm/ruby-mysql now has a Chat Room on Gitter @tmtm has just created a chat room. You can visit it here: [https://gitter.im/tmtm/ruby-mysql](https://gitter.im/tmtm/ruby-mysql?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.rdoc:...
eof? method can fail to recognise EOF, possibly depending on encodings. By explicitly unpacking the packet, the EOF packet first byte is always correctly recognised
Make socket classes configurable, so we can be compatible with amazing! Celluloid:IO capabilities.
This PR is based on tag 2.9.9. Github is not allowing a tag to be specified as the base branch. If the record is not splatted, a block that processes...
Would make this great project a lot more usable...
If an error occurs during authentication (_in my case the host I connect from is not permitted_), the error message is attempted to be decoded. However, at that time `@charset`...