You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The alternative is to create a custom repository fragment and running your query via DatabaseClient and mapping rows through R2dbcConverter. Alternatively, you can wrap your query into PreparedOperation and run it via R2dbcEntityTemplate.
I can't set the query order using the named parameter like
If I call:
It works but using default order.
That happens because this parameter is wrapped with single quotas as a SQL string literal:
Also you can find similar request at:
https://stackoverflow.com/questions/74111689/r2dbc-querying-from-multiple-tables-with-sorting-and-pagination/74756531#74756531
The text was updated successfully, but these errors were encountered: