Skip to content

Commit

Permalink
Merge pull request #503 from ReeceGoding/patch-12
Browse files Browse the repository at this point in the history
Update Isolation Levels.sql: Extremely minor typo fix
  • Loading branch information
erikdarlingdata authored Nov 10, 2024
2 parents 581ce70 + b14eea8 commit f1a35a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Presentations/Isolation Levels/Isolation Levels.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ then stick with Read Committed, and add Repeatable Read/Serializable hints where
If you're okay with queries using the most recently known good version of row data
without being blocked, then an optimistic isolation level is for you
* Some queries may read "out of date" data, but not "dirty dat"
* Some queries may read "out of date" data, but not "dirty" data
If you're okay with queries returning potato-faced nonsense, keep using NOLOCK
Expand Down Expand Up @@ -2202,4 +2202,4 @@ results even under pessimistic locking isolation levels without additional prote
Demos: https://go.erikdarling.com/Isolation
Datas: https://go.erikdarling.com/Stack2013
*/
*/

0 comments on commit f1a35a2

Please sign in to comment.