At Thursday 16/11/2006 04:40, Fredrik Lundh wrote:

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).

You could consider them like id() in python - an identifier that, although it's in fact a pointer, should not be dereferenced.


--
Gabriel Genellina
Softlab SRL
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to