weiznich/diesel_async

diesel_async does not support sql_query (async)

rxdiscovery opened this issue · 3 comments

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

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

diesel::sql_query(

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

thank you very much, it was just a dependency problem 👍