Víctor Martínez

Results 21 comments of Víctor Martínez

I'm facing the same issue, I think it does not make sense to convert a function to a string, it should be evaluated as it is to be able to...

@funbiscuit what is your use case? I think its reasonable that if you use async code, the data you work must implement Send. Otherwise you could run into weird race...

I think the case you mention can be solved by just wrapping your types in an `Arc`. I will close this PR for now and we can reopen a new...

@janlegner honestly after trying everything I knew of (Including making totally sure that all channels and connections were closed before shutting down) I couldn't get rid of this error, and...

This is a masterpiece, RIP Terry A. Davis

I feel this could be kinda related to #127 even though it is not exactly the same

@avh4 is this library being maintained? Otherwise, are there any alternatives?

Can you give me some more details? What library are you using and what version of it? I understand it's sqlx? Then, it might be that the PgPool is implemented...

Hi @phiresky ! Sorry for the late reply, I just got to see it right now. I will take a look into it and write back :) Also if you...

I'd close this as I don't find it necessary to return a result on tests, it should be fine to use "expect" or "unwrap" when testing