Re: [SQLObject] ForeignKey setters bug
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2005-09-13 16:34:23
|
On Tue, Sep 13, 2005 at 10:50:38AM -0500, Ian Bicking wrote: > Oh, I see, the logic to resolve foreign keys has been moved elsewhere > (into .set(), right?) I remember that was one of the first things I did when I've got commiter privileges - merging two similar peices of code in ._create() and .set(). > Then sure, I think it can go in. Commited at the revision 988. A test case added to test_join.py. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |