Re: [sqlalchemy] one-to-one: lost on track

2015-10-01 Thread Richard Gerd Kuesters
ok, just for the record, my "lazyness" lead me to use `lazy='joined'` in a backref and now things works fine :) richard. On 10/01/2015 09:03 AM, Richard Gerd Kuesters wrote: hey all! i think i got lost on track about relationships, specially one-to-one. i'll not go into (code) details

[sqlalchemy] one-to-one: lost on track

2015-10-01 Thread Richard Gerd Kuesters
hey all! i think i got lost on track about relationships, specially one-to-one. i'll not go into (code) details because all my one-to-one are failing with the following exception: * * *python2.7/site-packages/sqlalchemy/orm/query.pyc in _no_criterion_assertion(self, meth, order_by,