On Tue, May 23, 2006 at 09:48:27AM -0500, Javier Rojas wrote:
> 
> Hi,
> 
> I'll better start with an example. I have two tables, patients and
> symptoms, and I have too a table patient-symptom, on which every row
> means that a patient has a particular symptom. I know I can represent
> that with RelatedJoin(s). My problem is that, besides associating a
> symptom to a patient, I need to keep some annotations about every
> patient-symptom entry, something like this
> 
> Patient
> # pat_ID
> 
> Symptom
> # symp_ID
> 
> Patient-Symptom
> # pat_ID
> # symp_ID
> * Annotation
> 
> And I don't know how to represent that with SQLObject
> 
> Any help would be really appreciated.
> 
> Javier Rojas

I wrote something to go against SQLObject 0.8 (because it needs events) to
do RelatedJoins with extra data.  I called the ExtraRelatedJoin.

http://xentac.net/~jchu/blog/technology/sqlobject-extra-relatedjoins.html

Jason

-- 
If you understand, things are just as they are.  If you do not understand,
things are just as they are.

Attachment: pgp8ZUiapwFs9.pgp
Description: PGP signature

Reply via email to