sgrif / mysqlclient-sys

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

Update Linux/MacOS bindings to MySQL client 8.0 #24

Closed alfonso-eusebio closed 5 months ago

alfonso-eusebio commented 4 years ago

This is the PR discussed in diesel's issue diesel-rs/diesel#2373. It includes the update of the bindings to support MySQL client library 8.0 for the common Linux/MacOS bindings_macos.rs file.

Tests:

Limitations:

weiznich commented 4 years ago

@sgrif Any chance to get you to have a look a this? I've unfortunately no rights in this repo (and pq-sys as well). It probably makes sense to transfer them both to the diesel organization?

yerke commented 2 years ago

@weiznich Now that you have the rights in this repo, do you want to take a closer look yourself? Thanks for all the hard work.

weiznich commented 2 years ago

@yerke Not for the next for weeks/months as I just don't have the capacity to review and untested +3600 line PR.

yerke commented 2 years ago

@weiznich Perfectly understandable. Thanks for the quick response!

weiznich commented 5 months ago

Closed as duplicate of #40