crystal-mysql icon indicating copy to clipboard operation
crystal-mysql copied to clipboard

MySQL connector for Crystal

Results 27 crystal-mysql issues
Sort by recently updated
recently updated
newest added

I host my mysql server on ubuntu aarch64, and when i try connect it throws: ``` backend:dev: Unhandled exception: Unexpected EOF (Exception) backend:dev: from lib/mysql/src/mysql/read_packet.cr:44:18 in 'read_byte!' backend:dev: from lib/mysql/src/mysql/read_packet.cr:69:5...

Resolves #46 ## Context Allow the configuration of the collation to use during the DB.open connection. Just include into the connection string URI `&encoding=utf8mb4_unicode_520_ci` The charset is deduced from the...

Hello folks, Recently had the need to migrate from MySQL 5.7 to MariaDB (10.3 at first, 10.5 at some point), and wanted to confirm crystal-mysql adapter will work against it....

Exception: packet 254 not implemented (Exception) from lib/mysql/src/mysql/connection.cr:29:9 in 'initialize' from lib/mysql/src/mysql/connection.cr:4:3 in 'new' connecting to mysql 8 instance...

This enables UNIX domain socket support using DSNs with format like `mysql://root@localhost/test?socket=/tmp/mysql.sock`. This closes #63

I get the below error when I try to run the example test code. I am not sure what is causing this. Any help would be greatly appreciated. Just as...

In some cases other collations are needed in order to accept [Emojis and/or non-latin](https://stackoverflow.com/questions/35125933/mysql-utf8mb4-errors-when-saving-emojis) characters. It seems that as of today, this project do not provide a way to connect...

At a minimum we should be able to read/write to JSON columns via a String. This solves for that. https://github.com/crystal-lang/crystal-mysql/issues/64 https://github.com/amberframework/granite/issues/193

When living in a timezone that does not always match UTC, there needs to be an option to be able to set a location, as you will have difficulties during...

Thankfully now GH has the _Draft Pull Request_ option, so no need to explicit it here 😉 Some premises: - I couldn't manage the driver to connect without password on...