Thanks for pointing out the implementation issues. I was thinking only in
the case where I am asking for a string result, not all the time, ie
sqlite3_column_text, where I would want the string representation of the
rounded number in this format, and did not realize this would require
storing all the string results.. I suppose this conversion should really be
done in a wrapper function instead.

thanks for your help,
Serena.

On 9/3/07, Arjen Markus <[EMAIL PROTECTED]> wrote:
>
>
> Hm, that is a completely different question. It would mean that more
> information is
> associated with the rounded result than merely the number (in internal
> representation).
> I do not know enough about the way SQLite organises these things to
> speculate about
> that, but it seems like a computational burden to me:
>
> Suppose you have one million records to search for numbers that are then
> rounded. Not
> only would you need to compute and store the rounded numbers but also
> the string
> representation (or something to effect that you can get a proper decimal
> presentation).
>
> Regards,
>
> Arjen
>
>
>
> -----------------------------------------------------------------------------
> To unsubscribe, send email to [EMAIL PROTECTED]
>
> -----------------------------------------------------------------------------
>
>

Reply via email to