From: <jws...@ra...> - 2004-02-08 18:37:53
|
SQLObject does not seem to care for varchar fields in postgres when reverse-engineering an existing schema using "_fromDatabase = True" ? return Col.StringCol, {'length': int(t[t.index('(')+1:-1])} ValueError: substring not found in string.index Is this an oversight or a policy decision? |