Interesting. Is it affected by the language configured for the database? Is it true/false or verdadero/falso depending on some configured language value in the DB?
For example in MS Excell I have to use sum() if I have installed the English version and suma() if am using the spanish version. They aren�t interchangable. -- Humberto -----Original Message----- From: John McNally [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 11:19 AM To: Turbine Torque Developers List Subject: Re: PosgreSQL boolean vs. SQL BIT Ok, I see the code that is doing this. It is in torque's SqlExpression. We could create a DB adapter method to change this, but I am wondering if there is any reason to not just use true/false instead of 1/0 for all db's. Does anyone know a db that does not allow true/false? john mcnally On Fri, 2002-05-17 at 00:21, James A. Hillyerd wrote: > Yes, it's a BIT. I am using a recent CVS build of village, with a > current (as of a few hours ago) CVS of Torque. > > -james > > On Thu, 2002-05-16 at 23:55, John McNally wrote: > > I can't see any reason for this. The column is a BIT type in the xml > > schema? > > > > john mcnally > > -- > [] 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
