Re: [SQLObject] varchar vs varchar(100)
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2005-02-10 18:52:53
|
On Thu, Feb 10, 2005 at 01:41:46PM -0500, Ben Scherrey wrote: > Yes Sir! :) You're correct I am running 8.0 and don't have an > earlier system to test against. I'm reviewing the inheritence tree > version now to see if that's gonna work for me. The critical issue is > being able to have the class definitions generate from the database > structure as much as possible. > > Is there anything else you need from me at this time? The small patch you have posted - does it help? Haven't it caused any other problems? If the answers are "yes" and "no" - can you write a small test program for the problem the patch solves? The program that fails without your patch and works with it. I'll test it on Pg 7.2 and convert to the current test suite farmework. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |