-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
What did you do?
I am trying to execute some query using 'Tigrinya' a language that has different characters like 'ሀ፣ለ፡ሐ'
so when i write the query using the charachters like 'ረሰገቭ' it is shown empty like the one shown on the picture.

INSERT INTO Proverbs(ProverbId, Text)
VALUES (1, " ")
What did you expect to see?
I was expecting to see like the below, where the characters are displaying correctly instead of blank where i can execute the insert
INSERT INTO Proverbs(ProverbId, Text)
VALUES (1, "ረሰገቭ")
What did you see instead?
INSERT INTO Proverbs(ProverbId, Text)
VALUES (1, " ")
DB4S Version
3.13.1
What OS are you seeing the problem on?
Windows
OS version
No response
Relevant log output
Prevention against duplicate issues
- I have searched for similar issues