I have a unique constraint on a String field in a table in my database and i was wondering if unique attribute in ormlite is case sensitive ?
For example, is "Bob Smith" and " BOB SMITH" the same thing for the unique constraint ?
Thanks for your answers and your help.