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]>
