Re: [SQLObject] Filtering selections via foreign keys
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Jason H. <jas...@gm...> - 2011-02-17 01:49:53
|
On 17 February 2011 09:23, Jason Heeris <jas...@gm...> wrote: > Any other suggestions? Oooooh I'm a bit of an idiot. I failed to realise that ".filter" RETURNS a filtered result set, it doesn't mutate the existing one! Your initial suggestion works fine :) Thanks, Jason |