Re: [SQLObject] manually created query
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Petr J. <pet...@tp...> - 2010-02-07 22:08:47
|
> You can execute the query but you cannot get the results as a list of > SQLObject instances because there are no declarations of columns with sum() > and other expressions. The result will be a list of tuples. > Yes, I know, but sometimes it is OK to get not-object data (some nasty complicated SQL queries for example) Thanks Oleg, thanks Sean |