Re: [SQLObject] varchar vs varchar(100)
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2005-02-08 16:12:31
|
On Tue, Feb 08, 2005 at 10:50:24AM -0500, Ben Scherrey wrote: > Doh! You're right. Changing the specification of url to varchar(100) > resolves the error. Is there something about SqlObject that requires a > size specification? Look carefully to the traceback you have sent. See the guessing code in sqlobject/postgres/pgconnection.py. Patch it. Patches will be gladly accepted, if they can pass the test suite. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |