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 19:25:10
|
On Thu, Feb 10, 2005 at 01:56:30PM -0500, Ben Scherrey wrote: > I'll have to look at how your test suite > is setup and see if I can't put together something that reproduces it. For the current tests you need the py.test module and sqlite. Sqlite is a must even if you run the tests in Postgres. If you don't want to download and install them - just roll any python script that creates tables and does a test - I'll convert it myself. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |