mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 修复 2.0.103 Uow.Orm 事务 bug;
This commit is contained in:
		@@ -31,7 +31,7 @@ namespace FreeSql.Internal.CommonProvider
 | 
			
		||||
        public string[] SlaveConnectionStrings { get; protected set; }
 | 
			
		||||
        public Guid Identifier { get; protected set; }
 | 
			
		||||
 | 
			
		||||
        protected CommonUtils _util { get; set; }
 | 
			
		||||
        public CommonUtils _util { get; set; }
 | 
			
		||||
        protected int slaveUnavailables = 0;
 | 
			
		||||
        private object slaveLock = new object();
 | 
			
		||||
        private Random slaveRandom = new Random();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user