Re: [SQLObject] Final patch for 0.4 with unit tests
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Ian B. <ia...@co...> - 2003-07-01 20:53:45
|
On Tue, 2003-07-01 at 11:01, Matt Goodall wrote: > On Tue, 2003-07-01 at 15:54, Fran=E7ois Girault wrote: >=20 > > But, as Ian says that relation object design will move in 0.5 <snip> >=20 > Ian, is there anything documenting your plans for relations? I scanned > the recent mailing list archives but did not see anything obvious. Specifically joins. Right now joins return lists of objects. Instead I want them to return something more like SelectResult -- an iterable object that also has methods for adding new objects, removing, etc.=20 (Probably it will actually be a subclass of SelectResult, as SelectResult's methods would apply as well) Ian |