Giter VIP home page Giter VIP logo

Comments (4)

shahmuratov avatar shahmuratov commented on July 1, 2024

So I figured it out. I've fixed version of r2d2 to 0.6.4 everything works. Hence I think problem in Error type (v0.7.0: * Add an Error bound to ManageConnection::Error)

from r2d2-mysql.

shahmuratov avatar shahmuratov commented on July 1, 2024

Next problem which I faced is

let config = r2d2::Config::builder()
        .pool_size(100)
        .build();
    let manager = r2d2_mysql::MysqlConnectionManager::new("localhost:1234");

    let pool = Arc::new(r2d2::Pool::new(config, manager).unwrap());

doesn't compile.

src/main.rs:110:25: 110:40 error: the trait bound `std::result::Result<r2d2_mysql::MysqlConnectionManager, r2d2_mysql::Error>: r2d2::ManageConnection` is not satisfied [E0277]
src/main.rs:110     let pool = Arc::new(r2d2::Pool::new(config, manager).unwrap());
                                        ^~~~~~~~~~~~~~~
src/main.rs:110:25: 110:40 help: run `rustc --explain E0277` to see a detailed explanation
src/main.rs:110:25: 110:40 note: required by `r2d2::Pool::new`

from r2d2-mysql.

shahmuratov avatar shahmuratov commented on July 1, 2024

So the last problem was in my code and I fixed it, but main problem remains: error should implement std::error::Error trait. Current workaround is to fix version of r2d2 to 0.6.4

from r2d2-mysql.

outersky avatar outersky commented on July 1, 2024

please try version 7.1.0 again ( already published to crate.io ), upgraded to the latest version of mysql and r2d2.

from r2d2-mysql.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.