On Wed, 2002-11-20 at 11:20, John McNally wrote: > The correct behavior would be, if the column is declared BOOLEANINT use > 1/0, if it is BOOLEANCHAR use T/F and if it is BOOLEAN use the adapter > to discover the correct comparison. This should not be difficult. I'm > sorry if this logic is not implemented correctly, but I don't know why > it would not be easy to do so. >
How would Criteria know what type of column it is dealing with? Is there some way for it to access that kind of metadata? I thought Criteria wasn't bound that tightly to the data model. -james -- James A. Hillyerd <[EMAIL PROTECTED]> Java Software Engineer - http://www.whynotown.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
