Re: [SQLObject] SqlObject Sqlmeta fromDatabase problem
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Oleg B. <ph...@ph...> - 2012-03-26 12:47:25
|
On Mon, Mar 26, 2012 at 07:42:40AM -0500, Jeremy Hoyle wrote:
> *Companys is not a sqlobject table. Company is a sqlobject table.
>
> class Companys(SQLObject):
I clearly see here that Companys is an SQLObject and hence require a
connection.
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|