Re: [SQLObject] Re: query for foreignkey

2006-03-14 Thread Oleg Broytmann
On Tue, Mar 14, 2006 at 01:40:59PM +, Vivek wrote: > KeyError: 'alpha' I've only fixed an error with syntax (with .select() parameters), not the query itself. Oleg. -- Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED] Programmers don't die, they just

[SQLObject] Re: query for foreignkey

2006-03-14 Thread Vivek
Oleg Broytmann mail2.phd.pp.ru> writes: > > On Tue, Mar 14, 2006 at 12:54:11PM +, Vivek wrote: > > a=Entries.select(Entries.q.aCount==3,Entries.q.alpha==myalpha) > > a=Entries.select(AND(Entries.q.aCount==3,Entries.q.alpha==myalpha)) > > Oleg. I get this error :( >>> a=Entries.select(AND