I am new to Datamapper. Is there any way to write case insensitive query in datamapper because I am searching for presence of a name in a table with datamapper. Normally we write query in datamapper like this say,
Student.all(:name => "XYZ") where name can be of the form xyz, Xyz and XYZ.
So in the above query what additional operator I have to add to make the above query case insensitive.