Decimal() instead of float?

Fredrik Lundh fredrik at pythonware.com
Thu Nov 16 02:40:27 EST 2006


Hendrik van Rooyen wrote:

> Nothing wrong with doing that - its not as if you are going to arithmetic with
> them - adding my id to yours is generally not very useful...

internal rowid's are best treated as pointers, though.  they're more 
like memory addresses than labels.

(from a design perspective, it's not entirely obvious that it's a good 
idea to use rowid's to point *into* the database from the outside, but 
that's another story).

</F>




More information about the Python-list mailing list