aliheym
aliheym
Hi guys, thanks a lot to the author for such a great library. But I'm really sorry that the lib hasn't support last TypeORM changes. I needed this library functionality...
It will be cool.
Hi, sorry for the delay for more details could you provide some query logs or some examples for your case? Thanks.
> I found that `@Transactional()` does not work in the following cases. > > - @InjectEntityManager() > - Keep dataSource.manager as a member variable > > The following cases worked...
Hi, thanks for your issue. I think I need to investigate this more to handle this. Now you can also use something like that to prevent adding the data source...
Thanks! Will notify you.
Could you please clarify how do you create `taskRepository`?
@sayinmehmet47 I made a [test case](https://github.com/Aliheym/typeorm-transactional/actions/runs/7287061688) with the same code as yours and it worked fine. What versions of `typeorm` and `typeorm-transactional` are you using? Also, if you have a...
> I hope this clarifies the source of my confusion. I believe it would be helpful if the documentation could highlight this difference more clearly to guide other developers who...
Hi. Let me explain. In Nest.js, `interceptors`, `guards` and `pipes` are either invoked before or after the `controller` function is executed. **Not within it**. Therefore, if you want to run...