Ohad David
Ohad David
@cassinaooo - I believe reflect metadata should help listing methods that are decorated with `Ignore` I believe you can start without the ignore feature. It was just a suggestion, since...
Agree with @mscottnelson
Hi @ekifox / @cassinaooo - Sorry for the late response. I missed this one. Basically, the `runOnTransactionRollback()` and all the other [Hooks](https://github.com/odavid/typeorm-transactional-cls-hooked#hooks), are informal only, and cannot be used to...
@ekifox - As I said, the solution for that is to use an external (in the Transactional context) to call the transactional method with a `try/catch` block In the catch...
Wow... on the surface this seems like a real deal breaker ): Do you have any ideas how to tackle this one? The whole idea in this library is to...
@matomesc I think the solution is the correct one. I was looking at the code before you mentioned it, but did not have the chance to write a comment. @buxel...
Thanks! I have not tested this can of setup, however, I believe you need to define the connectionName within the decorator. You can use function that returns the connectionName, but...
Hi @gcherem, I think that once [this PR](https://github.com/odavid/typeorm-transactional-cls-hooked/issues/94 ) will be merged, you will be able to use the `runInTransaction` function instead of the decorator
Hi @ashleyw - Thank you! I am sorry I could not respond earlier, and I am sorry in advance if it will take me some time to do so in...