Do you have a test build?

btw.
I fixed my problem by deactivating the IDLE_TIMEOUT.

Am 27.03.2013, 13:56 Uhr, schrieb Paul J Stevens <p...@nfg.nl>:

On 03/11/2013 11:55 AM, Harald Leithner wrote:

SELECT
 CASE
  WHEN seen_flag+recent_flag = 0 THEN
      0
  WHEN seen_flag = 1 THEN
    1
  WHEN recent_flag = 1 THEN
    2
 END
 AS flag, COUNT(*) FROM dbmail_messages WHERE mailbox_idnr=6 AND (status
< 2) group by seen_flag, recent_flag;

This one at least works on all three main supported backends.




--
Harald Leithner

ITronic
Vogelweidplatz 12, 1150 Wien, Austria
Tel: +43-1-786 23 88
Fax: +43-1-98 52 077
Mobil: +43-699-123 78 4 78
Mail: leith...@itronic.at | itronic.at
_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to