Message 110407 - Python tracker
Message110407
| 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:50 | jackdied | set | recipients: + jackdied, rhettinger, belopolsky, grubert, alexandre.vassalotti, schmir, eric.araujo, zzzeek |
| 2010-07-16 00:52:50 | jackdied | set | messageid: <1279241570.02.0.528782133103.issue9269@psf.upfronthosting.co.za> |
| 2010-07-16 00:52:48 | jackdied | link | issue9269 messages |
| 2010-07-16 00:52:48 | jackdied | create | |