Hello
I’m having an issue with %Like% case sensitivity on Postgres.
On northwind both requests return same result sets
https://northwind.netcore.io/query/orders?shipNameLike=%Alcools%
https://northwind.netcore.io/query/orders?shipNameLike=%alcools%
while on Postgres (AWS), results are not same due to case sensitivity.
Example:
https://api.poslovnisoftver.rs/artikli?nazivLike=%traka%
https://api.poslovnisoftver.rs/artikli?nazivLike=%Traka%
OrmLiteConfig.StripUpperInLike is not set.
Any assistance would be appreciated.
Kind regards