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
[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
There is only comfortable way how to create new builder with running interceptors is create in repository method. But we have some situations when we need to get query builder with all functionality inside of interceptor. For instance we need to calculate total count and thus it must be completely new query builder with interceptors
Expected behavior
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
Knexion version: X.Y.Z
For Tooling issues:
- Node version: XX
- Platform:
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
There is only comfortable way how to create new builder with running interceptors is create in repository method. But we have some situations when we need to get query builder with all functionality inside of interceptor. For instance we need to calculate total count and thus it must be completely new query builder with interceptors
Expected behavior
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: