Oleg Broytmann wrote:
On Tue, May 09, 2006 at 12:21:23PM +0200, Robert Szefler wrote:

connection.query(connection.sqrepr(Select("table", ["SUM(price)"], groupBy="shop")))

Ouch - second parameter is expected to be the where clause, right?


   No, the second parameter for Select() (not for .select()) is a list of
columns to select.

I get TypeError trying to create Select objects that way:

Select(tab, [...], where=..., groupBy=...)

--> TypeError: __init__() got multiple values for keyword argument 'where'

Omitting the table name first arg makes it work. We have a dispute here then, don't we? ;)

BTW. My SQLObject is 0.7rc1. It would be quite unappetizing if Select() semantics changed in post-0.7.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to