weiznich / diesel_async

Diesel async connection implementation
Apache License 2.0
659 stars 82 forks source link

diesel_async does not support sql_query (async) #148

Closed rxdiscovery closed 7 months ago

rxdiscovery commented 7 months ago

Hello,

I would like to know if you plan to add the possibility of using sql_query in async?

Thank you in advance for your reply.

Versions

omid commented 7 months ago

I use sql_query in a project and it works (with diesel_async 0.3) I think you need to provide more details about how you use sql_query

weiznich commented 7 months ago

Our tests use sql_query internally so it is supported (and that support is tested):

https://github.com/weiznich/diesel_async/blob/2a026c0c586117e5612bf6d80908051762c2991d/tests/lib.rs#L128

Closed as cannot reproduce. Feel free to provide a minimal reproducible example to get further support.

rxdiscovery commented 6 months ago

thank you very much, it was just a dependency problem :+1: