Oleg Broytmann <phd <at> mail2.phd.pp.ru> writes:

> 
> On Tue, Mar 14, 2006 at 12:54:11PM +0000, 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(Entries.q.aCount==3,Entries.q.alpha==myalpha))
Traceback (most recent call last):
  File "<console>", line 1, in ?
  File
"/usr/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1457-py2.4.egg/sqlobject/\
sqlbuilder.py",
line 362, in __getattr__
    self.soClass.sqlmeta.columns[attr].dbName,
KeyError: 'alpha'




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to