hi,
I have a datasource reading from an Oracle table. I have added the isUnique validator to a field. But if I try to add a value which is same as an existing value but in a different case then the validation error is not thrown. For eg. the table already has values CAT, DOG, ELEPHANT. Now if I try to add CaT then no validation error is thrown.
please let me know how to achieve this kind of validation.
I have a datasource reading from an Oracle table. I have added the isUnique validator to a field. But if I try to add a value which is same as an existing value but in a different case then the validation error is not thrown. For eg. the table already has values CAT, DOG, ELEPHANT. Now if I try to add CaT then no validation error is thrown.
please let me know how to achieve this kind of validation.