On Wed, 2002-04-24 at 19:06, John McNally wrote:
> I am confused on this patch.

Thanks for your response.  I didn't think it was the right way of doing
things, but it's the only thing that works at this time.  

> The BOOLEANCHAR type expects a CHAR type
> for the db column, which will contain either Y or N.  It does not vary
> by database.

Somebody should tell that to whoever wrote the PostgreSQL db.props file,
which looks like this:

BIT =
BOOLEANCHAR = boolean
BOOLEANINT = int2


>From what you are saying, we should really have:

BIT = boolean
BOOLEANCHAR = char(1)

> 
> the asBooleanObj has been added to Village's Value object.

When do you think we will see the updated version of Village
incorporated into Torque?  The village-1.5.3.jar does not appear to have
this change.

When I can build with the new village, I will fix PostgeSQL's db.props,
test everything against my tables and submit a new patch.

-james

-- 
[]  James A. Hillyerd <[EMAIL PROTECTED]> - Java Software Engineer
[]  PGP 1024D/D31BC40D F87B 7906 C0DA 32E8 B8F6 DE23 FBF6 4712 D31B C40D


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to