Re: [SQLObject] varchar vs varchar(100)
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ben S. <sch...@pr...> - 2005-02-10 18:56:37
|
Oh yes - it fixed the problem. I'll have to look at how your test suite is setup and see if I can't put together something that reproduces it. Dunno if versions of Postgres prior to 8 would have the issue or not. best regards, Ben Scherrey Oleg Broytmann wrote: >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. > > |