Quote:
Originally Posted by Howlingwolf
You're on the wrong track there guys.
This is simply the 'natural' behaviour of any database text handling 'function'.
You have to actually implement additional 'features' such as leading/trailing whitespace removal, case normalisation, case insensitive duplicate checking, etc.
|
That is completely correct. But, to remove the whitespace in any current language is usually just a call to "trim" or "strip". Not doing this is just lazy.
The case sensitivity is a bit harder. But not impossible.