Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message not displayed when sql statement contains Arabic letters #7926

Open
hubaishan opened this issue Sep 15, 2024 · 2 comments
Open
Labels

Comments

@hubaishan
Copy link

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:

  1. Go to 'Query Tool'
  2. Type this query SELECT Current_DATE from abc WHERE 'علي' = 'علي' note that abc table is not exist.
  3. execute the query.
  4. See the error

Expected behavior
error message ERROR: relation "abc" does not exist as when using 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):

  • OS: Windows 10 x64
  • Version: 8.11
@hubaishan hubaishan added the Bug label Sep 15, 2024
@yogeshmahajan-1903
Copy link
Contributor

@hubaishan
What is encoding of the database?

@hubaishan
Copy link
Author

win-1256 in windows 10x64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants