Re: Things that Longhorn seems to be doing right

From: Ihar 'Philips' Filipau
Date: Thu Oct 30 2003 - 07:06:29 EST


Larry McVoy wrote:

select ID,STATUS,SEVERITY,PRIORITY,SUMMARY
from bugs
where (SEVERITY == 1 or SEVERITY == 2 or SEVERITY == 3) and (PRIORITY == 1 or PRIORITY == 2 or PRIORITY == 3) and (STATUS == "new" or STATUS == "open" or STATUS == "assigned")
order by
ID


In fact it mustn't be a text.
Some kind of encoding like ASN.1 will do the job.
Parsing text in C - is really painful.

my 0.02 euro.

--
Ihar 'Philips' Filipau / with best regards from Saarbruecken.
--
"... and for $64000 question, could you get yourself vaguely
familiar with the notion of on-topic posting?"
-- Al Viro @ LKML

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/