-
Suggestion
-
Resolution: Fixed
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Jira needs a specific collation to make things work.
We should have a check that for every DB Engine the proper collation is used.
If not a BIG message should be written in the logs stating that some functionalities are not going to work because of this.
For the different DBs the collations are :
- Oracle : BINARY
- Mysql: utf8_bin
- Postgres : C or POSIX
- SQL Server : SQL_Latin1_General_CP437_CI_AI or SQL_Latin1_General_CI_AI
- HSQLDB : TBD
- is related to
-
JRASERVER-39970 Jira needs to check the collation of the DB before it starts
- Closed
frederic.cilia, samhall, axmetishe,
I've verified that this is not working for Oracle so I've created a bug at
JRA-43761. It looks like it's checking NLS_CHARACTERSET instead of NLS_SORT for the encoding.