mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fixes #213 (MySQL syntax error)
This commit is contained in:
		 Philippe O. Wagner
					Philippe O. Wagner
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							db64478d9f
						
					
				
				
					commit
					d047dafd23
				
			| @@ -50,7 +50,7 @@ class GroupConcat(models.Aggregate): | ||||
|  | ||||
|     def _get_template(self, separator): | ||||
|         if self.engine == self.ENGINE_MYSQL: | ||||
|             return "%(function)s(%(expressions)s, SEPARATOR '{}')".format( | ||||
|             return "%(function)s(%(expressions)s SEPARATOR '{}')".format( | ||||
|                 separator) | ||||
|         return "%(function)s(%(expressions)s, '{}')".format(separator) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user