-
Suggestion
-
Resolution: Fixed
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? 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
- causes
-
JRASERVER-43761 Collation check for Oracle is looking incorrectly at NLS_CHARACTERSET instead of NLS_SORT
-
- Closed
-
- is related to
-
JSWSERVER-11178 Unable to rank with any database collation that does not order all alphanumeric characters the same as ASCII
-
- Closed
-
- relates to
-
JRACLOUD-39970 Jira needs to check the collation of the DB before it starts
- Closed
- supersedes
-
JSWSERVER-11169 Fixing NLS_SORT for Jira Agile queries
-
- 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.