﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26468	Bug in models.functions.ConcatPair for sqlite	jerch	nobody	"Concat is not working for me due to this line in models.functions.ConcatPair.coalesce:

{{{
Coalesce(expression, Value('')) for expression in c.get_source_expressions()
}}}

With a minor change it works as intended:

{{{
Coalesce(expression, Value('""""')) for expression in c.get_source_expressions()
}}}

Tested with Django 1.8.12 under Ubuntu with sqlite 3.8.2-1ubuntu2.1."	Bug	closed	Database layer (models, ORM)	1.8	Normal	needsinfo	sqlite concat	josh.smeaton@…	Unreviewed	0	0	0	0	0	0
