On 2013-03-17 23:14, Janos SUTO wrote:
I'm not sure if I still can follow you, but perhaps we may leave the
current
solution as it is, and when a message comes in with a reference value,
then
let's issue an sql update on the metadata to set a reference value for
the
very first message, eg. .... where message_id='<1st reference value>'
and reference=''
Frankly I don't like the idea as it adds an extra update statement.
But I'm
not sure if I have any other option to make this work properly.
Let me think about it for a while.
it's possible and you are clear, and it's definitely a naughty bug
that
must be fixed. Give me some time, and I figure out something...
OK, I couldn't find any better solution than using the update statement
above, so I modified piler to do so. I've just committed this change to
the master branch. Please try it.
Janos