This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackdied
Recipients alexandre.vassalotti, belopolsky, eric.araujo, grubert, jackdied, rhettinger, schmir, zzzeek
Date 2010-07-16.00:52:47
SpamBayes Score 0.44318298
Marked as misclassified No
Message-id <1279241570.02.0.528782133103.issue9269@psf.upfronthosting.co.za>
In-reply-to
Content
Mike, it is better to think of database rows as immutable tuples.  During the course of a query the contents of the database are considered static - hence all that locking and kvetching about this or that database not having "true" foreign key support.  If database rows were mutable the results of a JOIN could be nonsensical.
History
Date User Action Args
2010-07-16 00:52:50jackdiedsetrecipients: + jackdied, rhettinger, belopolsky, grubert, alexandre.vassalotti, schmir, eric.araujo, zzzeek
2010-07-16 00:52:50jackdiedsetmessageid: <1279241570.02.0.528782133103.issue9269@psf.upfronthosting.co.za>
2010-07-16 00:52:48jackdiedlinkissue9269 messages
2010-07-16 00:52:48jackdiedcreate