Skip to content

Commit

Permalink
1. fixed from #98 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
maranqz committed Jan 4, 2024
1 parent 76e0b68 commit a5e6ba0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ Compatibility beyond that is not guaranteed.
**To use multiple transactions from different databases**, you need to set CtxKey in [Settings](trm/settings.go)
by [WithCtxKey](trm/settings/option.go).

**For nested transactions with different transaction managers**, you need to
use [ChainedMW](trm/manager/chain.go) ([docs](https://pkg.go.dev/github.com/github.com/avito-tech/go-transaction-manager)).
**For nested transactions with different transaction managers**, you need to use [ChainedMW](trm/manager/chain.go) ([docs](https://pkg.go.dev/github.com/avito-tech/go-transaction-manager/trm/manager)).

**To skip a transaction rollback due to an error, use [ErrSkip](manager.go#L20) or [Skippable](manager.go#L24)**

Expand Down Expand Up @@ -167,4 +166,4 @@ func (r *repo) Save(ctx context.Context, u *user) error {
2. After finalizing of changes bump up version in all drivers.

* To install all dependencies use `make go.mod.tidy` or `make go.mod.vendor`.
* To run all tests use `make go.test` or `make go.test.with_real_db` for integration tests.
* To run all tests use `make go.test` or `make go.test.with_real_db` for integration tests.

0 comments on commit a5e6ba0

Please sign in to comment.