vbmark Posted March 7, 2014 Share Posted March 7, 2014 Does this look like the right way to do READ UNCOMMITTED in Laravel? $cars = Cars::raw('SET SESSION TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;')->Active()->get(); Thanks! Link to comment https://forums.phpfreaks.com/topic/286783-doing-read-uncommitted-in-laravel/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.