Open hubaishan opened 2 months ago
Describe the bug In Query Tool Error message not displayed when sql statement contains Arabic letters instaed I got this message:
'utf-8' codec can't decode byte 0xda in position 36: invalid continuation byte
To Reproduce
Steps to reproduce the behavior:
SELECT Current_DATE from abc WHERE 'علي' = 'علي'
abc
Expected behavior error message ERROR: relation "abc" does not exist as when using psql.
ERROR: relation "abc" does not exist
psql
Error message
I got instead: 'utf-8' codec can't decode byte 0xda in position 36: invalid continuation byte
Desktop (please complete the following information):
@hubaishan What is encoding of the database?
win-1256 in windows 10x64
Describe the bug In Query Tool Error message not displayed when sql statement contains Arabic letters instaed I got this message:
To Reproduce
Steps to reproduce the behavior:
SELECT Current_DATE from abc WHERE 'علي' = 'علي'
note thatabc
table is not exist.Expected behavior error message
ERROR: relation "abc" does not exist
as when usingpsql
.Error message
I got instead:
'utf-8' codec can't decode byte 0xda in position 36: invalid continuation byte
Desktop (please complete the following information):