Sorry for the basic question but I can't find a solution. I need to
create a one to one relationship between two tables. For example let's
say i have a user table and now what to have a user_extras table. For
every record in extra there has to be 1 user record. For every record
in User the CAN be one record in user extras' but it can also be
missing.

Everything i have seen using relation and backref generates a list
rather than a scalar connection. I tried the uselist=False in the
relation statement but this did nothing.

TIA,

Paul

-- 
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?hl=en.

Reply via email to