mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Retry create issue to cope with duplicate keys (#7898)
* Retry create issue to cope with duplicate keys * Use .SetExpr().Where().Insert()
This commit is contained in:
		
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							541fab196f
						
					
				
				
					commit
					5fe2ec264f
				
			
							
								
								
									
										4
									
								
								vendor/github.com/go-xorm/xorm/dialect_sqlite3.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/go-xorm/xorm/dialect_sqlite3.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -202,10 +202,6 @@ func (db *sqlite3) Quote(name string) string { | ||||
| 	return "`" + name + "`" | ||||
| } | ||||
|  | ||||
| func (db *sqlite3) QuoteStr() string { | ||||
| 	return "`" | ||||
| } | ||||
|  | ||||
| func (db *sqlite3) AutoIncrStr() string { | ||||
| 	return "AUTOINCREMENT" | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user