[sqlalchemy] Re: subtle AttributeError in 0.4.5

2008-06-30 Thread Michael Bayer
On Jun 30, 2008, at 4:41 PM, matt harrison wrote: Folks- I'm (seemingly) randomly running across this issue in my pylons/SA app. I'm generating a SQL where clause like so: where = sa.and_(cal_table.c.adweekid == table.c.adweekid, ) and every so often I'll get an attribute error

[sqlalchemy] Re: subtle AttributeError in 0.4.5

2008-06-30 Thread matt harrison
On Jun 30, 2:46 pm, Michael Bayer [EMAIL PROTECTED] wrote: On Jun 30, 2008, at 4:41 PM, matt harrison wrote: Folks- I'm (seemingly) randomly running across this issue in my pylons/SA app. I'm generating a SQL where clause like so: where = sa.and_(cal_table.c.adweekid ==