diesel_async does not support sql_query (async)
rxdiscovery opened this issue · 3 comments
rxdiscovery commented
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
- Rust: 1.77.2
- Diesel: 2.1.6
- Diesel_async: 0.4.1
- Database: Postgres
- Operating System: Linux
omid commented
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
Our tests use sql_query
internally so it is supported (and that support is tested):
Line 128 in 2a026c0
Closed as cannot reproduce. Feel free to provide a minimal reproducible example to get further support.
rxdiscovery commented
thank you very much, it was just a dependency problem 👍