sgrif / mysqlclient-sys

Rust bindings for libmysqlclient
Apache License 2.0
37 stars 31 forks source link

Add mysql_ssl_mode enum into windows binding #28

Closed p-alik closed 2 years ago

p-alik commented 4 years ago

Windows user should be able to set MYSQL_OPT_SSL_MODE option. This PR aims to solve issue #27 . Diesel test suite has been used for the purpose of testing. Here is CI result