Re: [SQLObject] select only specified columns
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2010-07-01 19:32:07
|
On Thu, Jul 01, 2010 at 08:52:38PM +0200, Petr Jake?? wrote: > Creat View in the SQL and than use it in the SQLObject as an ordinary table. > You can handle some more complex SQL SELECT within the view. +1 > Of course it is read only (I am on Firebird - maybe some other databases > behave differently) Yes, there are VIEWs that support updating. Another way is to use ViewSQLObject. See http://sqlobject.org/Views.html Oleg. -- Oleg Broytman http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |