Re: [SQLObject] how to use sqlmeta.idName?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ma...> - 2005-07-18 11:14:44
|
On Mon, Jul 18, 2005 at 08:09:27AM -0300, Jo?o Paulo Fernandes Farias wrote: > psycopg.ProgrammingError: ERROR: column estado.id does not exist That's strange because Igot a different error: File "./test_idName.py", line 5, in ? class Test(SQLObject): File "./test_idName.py", line 7, in Test sqlmeta.idName = 'id_test' NameError: name 'sqlmeta' is not defined Where does your sqlmeta come from? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |