I *am* using BOOLEANCHAR, and it still doesn't work.

I'll have to take a look at scarab, don't know what it
is!

syg

--- Thomas Fischer <[EMAIL PROTECTED]> wrote:
> 
> 
> 
> 
> Sounds like a bug to me. Can you please enter this
> in scarab, including the
> database and the torque version you use ?
> 
> As a workaround, you can try to change your
> datamodel such that you use the
> data type booleanchar instead of boolean.
> 
>    Thomas
> 
> Robert Bowen <[EMAIL PROTECTED]> schrieb am 31.03.2005
> 10:02:13:
> 
> > Hello all. I have a class that sets a whole bunch
> of
> > conditions for a search. Most of the fields I
> search
> > on are text so using Criteria.setIgnoreCase() has
> been
> > working.
> >
> > I recently added another search criteria, on a
> boolean
> > field:
> >
> > criteria.add(NotificationPeer.IS_COMPLETE, false);
> >
> > But since the setIgnoreCase() is set to true for
> the
> > Criteria, Torque tries to do an UPPER() on a
> boolean
> > field!
> >
> > Can I avoid this somehow? Currently it crashes in
> a
> > rather ugly way ...
> >
> > Thanks!
> > syg
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Make Yahoo! your home page
> > http://www.yahoo.com/r/hs
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

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

Reply via email to