From: Bud P. B. <bu...@si...> - 2003-04-11 07:47:53
|
On 11 Apr 2003 01:37:10 -0500 Ian Bicking <ia...@co...> wrote: > > Site > > site_id PK > > ... > > > > User > > user_id PK > > ... > > > > UserSite > > user_id FK > > site_id FK > > (together they're the PK) > > ... > > This seems like a many-to-many relation, which SQLObject doesn't > represent as a Python object, and which doesn't require any ID. The difference to many-to-many relationships (in my understanding) is that the "breakup" table has many more columns than just necessary for linking. --b /----------------------------------------------------------------- | Bud P. Bruegger, Ph.D. | Sistema (www.sistema.it) | Via U. Bassi, 54 | 58100 Grosseto, Italy | +39-0564-411682 (voice and fax) \----------------------------------------------------------------- |