This is a migrated thread and some comments may be shown as answers.

Case insensitive comparison

3 Answers 70 Views
OQL (OQL specific questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
cayates
Top achievements
Rank 1
cayates asked on 23 Dec 2008, 04:27 PM
Hello,

The last time I checked (by asking in the vanatec forums) there was no way to do a case insensitive comparison using OQL.  Is that still the case?

Thanks,

Chris

3 Answers, 1 is accepted

Sort by
0
Jan Blessenohl
Telerik team
answered on 23 Dec 2008, 04:55 PM
Hello cayates,
Yes, that is still the case.

Best wishes,
Jan Blessenohl
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
tmlipinski
Top achievements
Rank 1
answered on 03 Mar 2009, 03:44 PM
Hi,

As I can see (experimentally) it is already fixed?

Regards
Tomasz
0
Jan Blessenohl
Telerik team
answered on 05 Mar 2009, 07:42 PM
Hello tmlipinski,
You have to use <ci> after the = sign.

OQL Example:

"select * from PersonExtent as p where p.name = <ci> $1"

Greetings,
Jan Blessenohl
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
OQL (OQL specific questions)
Asked by
cayates
Top achievements
Rank 1
Answers by
Jan Blessenohl
Telerik team
tmlipinski
Top achievements
Rank 1
Share this question
or