不要怂,就是干,撸起袖子干!

Commit 4cc48a0a by Sushant

docs(transaction): default isolation level #10111

1 parent f6694824
Showing with 1 additions and 1 deletions
...@@ -226,7 +226,7 @@ class Transaction { ...@@ -226,7 +226,7 @@ class Transaction {
/** /**
* Isolation levels can be set per-transaction by passing `options.isolationLevel` to `sequelize.transaction`. * Isolation levels can be set per-transaction by passing `options.isolationLevel` to `sequelize.transaction`.
* Default to `REPEATABLE_READ` but you can override the default isolation level by passing `options.isolationLevel` in `new Sequelize`. * Sequelize uses the default isolation level of the database, you can override this by passing `options.isolationLevel` in Sequelize constructor options.
* *
* Pass in the desired level as the first argument: * Pass in the desired level as the first argument:
* *
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!