On Tue, Apr 28, 2015 at 08:00:24PM +, Nicholson, Brad (Toronto, ON, CA)
wrote:
> Hi,
>
> I noticed an inaccuracy in the transaction isolation docs. Under the
> Repeatable Read Isolation Level section it states:
>
> “The Repeatable Read isolation level only sees data committed before the
>
Hi,
I noticed an inaccuracy in the transaction isolation docs. Under the
Repeatable Read Isolation Level section it states:
“The Repeatable Read isolation level only sees data committed before the
transaction began; it never sees either uncommitted data or changes committed
during transaction