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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to