On Aug 3, 2006, at 12:52 PM, naduc wrote: > > I failed to create an object with primary key consists of 2 column, > but > there is no guide on this matter. > For example, class named Person with primary key to unique identify > object is name and birthday (this is an example, not a realistic > case). > It looks like SQLObject only support object with only one column > identified as primary key. > Is there anyone encounter this matter?
use SQLAlchemy. It can handle this easily. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

