Created
September 20, 2025 17:00
-
-
Save bhatti/2a816e7b8f423d0ecf931ba4b79bd03f to your computer and use it in GitHub Desktop.
Revisions
-
bhatti created this gist
Sep 20, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ | Database | Default Isolation | Financial Safety | |----------|------------------|------------------| | PostgreSQL | READ COMMITTED | ❌ Vulnerable | | MySQL | REPEATABLE READ | ⚠️ Better but not perfect | | Oracle | READ COMMITTED | ❌ Vulnerable | | SQL Server | READ COMMITTED | ❌ Vulnerable | | H2/HSQLDB | READ COMMITTED | ❌ Vulnerable |