mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Update xorm and fix dump command (#692)
* update xorm and fix dump * catch database init error * still use dumpTables * fix dump bool type * update vendor.json
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/github.com/go-xorm/xorm/helpers.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/go-xorm/xorm/helpers.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -102,7 +102,7 @@ func splitTag(tag string) (tags []string) {
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	if lastIdx < len(tag) {
 | 
			
		||||
		tags = append(tags, strings.TrimSpace(tag[lastIdx:len(tag)]))
 | 
			
		||||
		tags = append(tags, strings.TrimSpace(tag[lastIdx:]))
 | 
			
		||||
	}
 | 
			
		||||
	return
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user