On Fri, 2002-05-17 at 09:18, John McNally wrote: > 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?
It looks like MySQL treats a BIT column the same as an integer, so it might require the 1/0. I will add an adapter method for this. john mcnally -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
