sarp wrote:Now, there is a problem with characters I & I-dotted. Username with these characters is not found in your Membership functions. Our investigation shows that sql statements' parameters in your Membership conversions are correct. The problem comes from postgresql 9 x64 (with utf8 encoding and windows-1254 collation) database where lower function does not return correct characters.
Could you please confirm that the issue you have encountered is caused by
PostgreSQL Server itself? If the problem is in our provider, please
give us the following:
1) a small test project to reproduce the issue in our environment (use the Membership.CreateUser() and Membership.ValidateUser() methods for simplicity);
2)
Encoding.CodePage of your application;
3) the exact version of your
PostgreSQL server;
4) the exact version of your current dotConnect for
PostgreSQL.