Re: [SQLObject] FK bug? (object has no attribute 'id')
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2003-06-04 05:08:49
|
On Tue, 2003-06-03 at 23:46, Luke Opperman wrote: > Ran into a bug with (at least) ForeignKeys. Actually, the bug is when we access > an attribute of an FK object that is a null entry. (Clearly, we shouldn't be > doing this, but the bug is that it's not raising NotFound, but getting through > to the attribute). Yes, this *did* happen, for reasons to boring to go into, but it shouldn't anymore (as of a couple days ago). Is this happening with a fresh CVS checkout? Ian |