Replies: 1 comment
-
Figured out a workaround:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I would like to do a scheduled vacuum query and add it to my repository, but the
@Query
annotation throws an exception.Could you please help me how can I achieve this?
The above code snippet works fine with the delete query, but not for vacuum. The error message I get is the following:
io.micronaut.data.exceptions.DataAccessException: Error executing SQL Query: Query does not return results
Beta Was this translation helpful? Give feedback.
All reactions