这是indexloc提供的服务,不要输入任何密码
Skip to content

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

@hubaishan

Description

@hubaishan

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions