| Anonymous | Login | Signup for a new account | 2013-06-19 20:49 UTC | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Summary | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0004823 | opensim | [REGION] OpenSim Core | public | 2010-06-29 21:43 | 2011-08-31 11:03 | |||||
| Reporter | Luca Peck | |||||||||
| Assigned To | ||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||||
| Status | acknowledged | Resolution | open | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | ||||||||||
| Target Version | Fixed in Version | |||||||||
| Summary | 0004823: Login ID with SQLite is case sensible, with MySQL not. | |||||||||
| Description | Login (hippo viewer) is case sensible when I use SQLite database in the Server, e.g. user "My Name" cannot login as "my name", whereas with MySQL database both are possible logins: "My Name" and "my name". | |||||||||
| Tags | No tags attached. | |||||||||
| Git Revision or version number | R/13144 | |||||||||
| Run Mode | Standalone (1 Region) | |||||||||
| Physics Engine | ODE | |||||||||
| Environment | Mono / Linux32 | |||||||||
| Mono Version | Other | |||||||||
| Viewer | ||||||||||
| Attached Files | ||||||||||
Notes |
|
|
(0019794) makopoppo (manager) 2011-08-31 10:53 |
Issue still exists in OpenSim 0.7.2-dev. |
|
(0019795) Enverex (reporter) 2011-08-31 11:03 |
I'd imagine this is down to the types of tables MySQL is using. Usually you'd use utf8-general-ci which is case insensitive (hence the 'ci'). If you use something like utf8-bin instead then you should find it's case sensitive as expected. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-06-29 21:43 | Luca Peck | New Issue | |
| 2010-06-29 21:43 | Luca Peck | Git Revision | => R/13144 |
| 2010-06-29 21:43 | Luca Peck | SVN Revision | => 0 |
| 2010-06-29 21:43 | Luca Peck | Run Mode | => Standalone (1 Region) |
| 2010-06-29 21:43 | Luca Peck | Physics Engine | => ODE |
| 2010-06-29 21:43 | Luca Peck | Environment | => Mono / Linux32 |
| 2010-06-29 21:43 | Luca Peck | Mono Version | => Other |
| 2011-08-31 10:53 | makopoppo | Note Added: 0019794 | |
| 2011-08-31 10:53 | makopoppo | Status | new => acknowledged |
| 2011-08-31 11:03 | Enverex | Note Added: 0019795 | |
| Copyright © 2000 - 2012 MantisBT Group |