On Thu, 2003-07-31 at 07:53, Luc Stepniewski wrote:
> I've looked at Converters.py. I don't understand the way the information is
> identified. When I look at it, it seems the information is identified only by
> its basic types.
> I added an output of obj.__class__ in sqlRepr() in Converters.py to see the
> class name. The problem is that I get 'SQLObject.SQLBuilder.SQLConstant'.
> What am I supposed to do this it?
> SQLObject don't seem to support Bool postgreSQL type, so I looked at what was
> returned by sqlRepr() when trying to interpret Bool keyword: it returns the
> same thing: SQLObject.SQLBuilder.SQLConstant
It looks like in general the converters aren't respecting the sqlRepr
magic method. I checked in a fix for that, which should fix this
problem (at least if that's all that's going on here).
Ian
|