fix dependency broken because xorm's API changed
This commit is contained in:
		
					parent
					
						
							
								9cf4fe043b
							
						
					
				
			
			
				commit
				
					
						779b71eda4
					
				
			
		
					 1 changed files with 1 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -191,12 +191,7 @@ func SetEngine() (err error) {
 | 
			
		|||
		return fmt.Errorf("Fail to create xorm.log: %v", err)
 | 
			
		||||
	}
 | 
			
		||||
	x.SetLogger(xorm.NewSimpleLogger(f))
 | 
			
		||||
 | 
			
		||||
	x.ShowSQL = true
 | 
			
		||||
	x.ShowInfo = true
 | 
			
		||||
	x.ShowDebug = true
 | 
			
		||||
	x.ShowErr = true
 | 
			
		||||
	x.ShowWarn = true
 | 
			
		||||
	x.ShowSQL(true)
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue