[sqlalchemy] Re: SqlSoup error

2006-12-22 Thread Alan Franzoni
Any suggestions on what I am missing? I don't use sqlsoup and I don't know whether you not using it correctly; btw, if you're in hurry, as a simple workaround, I suggest you add this line to sqlsoup.py, line 369, just above klass_query =... : klass._mapper.compile() and see if it works.

[sqlalchemy] Re: SqlSoup error

2006-12-22 Thread Sean Davis
On Friday 22 December 2006 10:10, Alan Franzoni wrote: Any suggestions on what I am missing? I don't use sqlsoup and I don't know whether you not using it correctly; btw, if you're in hurry, as a simple workaround, I suggest you add this line to sqlsoup.py, line 369, just above klass_query

[sqlalchemy] Re: SqlSoup error

2006-12-22 Thread Michael Bayer
when i put PKs on the table, it worked fine. so that you get the error is disturbing to me since I have tried to insure that there are no paths into a Mapper that wont compile it first. It makes sense that you might have problems I dont, since im testing on OSX whereas you are on linux, and