Unable to read Arabic content from queries #6395
-
|
Hi everyone, I have a Redash installation via the following Docker-compose.yml file on windows server machine, from within the application Homepage after registration, I've created a Datasource to connect to a MS Sql Server DB which have a collation of Arabic_100_CI_AI , The Docker-compose.yml and the redash.env file is as follows: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
I figured it out.. 😄 it looks like Redash were unable to read Arabic characters when the field type is VARCHAR, when I converted it to NVARCHAR, Arabic letters where visible successfully. |
Beta Was this translation helpful? Give feedback.
I figured it out.. 😄 it looks like Redash were unable to read Arabic characters when the field type is VARCHAR, when I converted it to NVARCHAR, Arabic letters where visible successfully.