sql - There's a way to find out if my row is read committed or read uncommitted? -


i'm using read uncommitted transaction , want know if specific row committed or uncommitted.

you seem need variation of this:

select * t (readuncommitted) except select * t (readcommitted, readpast) 

this gives rows visible under readuncommitted.

what horrible hack. please find way write application. super brittle , hard understand.


Comments

Popular posts from this blog

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Can Piwik report referrer in real time? -