-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable queries that don't return an entity #33
Comments
This is party resolved. Methods annotated with |
Hi,
but it's not passing any parameter. I need to pass 2 parameters that are required by the query. Thank you in advance. :) |
Hi @megasoft78! This functionality is currently not supported. I will add it to the next release of the package. |
Thank you. :) |
#132 introduces the new feature into the develop branch. |
Duplicate of #94 |
This is required to allow queries like
DELETE FROM Person
.It is also required to return objects that are not entities when using
@Query()
.The text was updated successfully, but these errors were encountered: