Type |
Bug
|
Priority |
Minor
|
Assignee | |
RedmineID |
68
|
Version |
tigase-server-5.1.0
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Minor
|
Assignee | |
RedmineID |
68
|
Version |
tigase-server-5.1.0
|
I have just fixed schema in MySQL so it allows for storing user accounts using any character case, like: TestCase@example.com but it does not allow to create multiple accounts which only differ in character cases. So if you try to create another account like: testcase@example.com you will get "duplicate entry" error.
(I am talking about stored procedures API only here).
We need to do the same modifications for other supported databases too: PostgreSQL and Derby.