File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ authentication. Optional for databases that do not require authentication.
2626- TRANSACTION_READ_COMMITTED: No dirty reads. Non-repeatable reads and phantom reads are possible.
2727- TRANSACTION_SERIALIZABLE: No dirty reads. Non-repeatable and phantom reads are prevented.
2828- TRANSACTION_REPEATABLE_READ: No dirty reads. Prevents non-repeatable reads, but phantom reads are still possible.
29+ - PostgreSQL's ` TRANSACTION_READ_UNCOMMITTED ` mode behaves like ` TRANSACTION_READ_COMMITTED ` , hence it's not included as a separate
30+ option, for more info see: https://www.postgresql.org/docs/current/transaction-iso.html#TRANSACTION-ISO
2931
3032** Database:** The name of the database to connect to.
3133
You can’t perform that action at this time.
0 commit comments