oceanbase / odc

OceanBase Developer Center(ODC), An open-source, enterprise-grade database tool for collaborative development
https://github.com/oceanbase/odc
Apache License 2.0
529 stars 50 forks source link

[Bug]: the keyword 'varchar' in Oracle mode is not highlighted #695

Closed tonghan-gsh closed 10 months ago

tonghan-gsh commented 10 months ago

ODC version

ODC4.2.2

OB version

Any version of OceanBase.

What happened?

The varchar data type is not highlighted in the sql window image

What did you expect to happen?

The varchar data type should be highlighted in the sql window

How can we reproduce it (as minimally and precisely as possible)?

create table test(a varchar(20));

Anything else we need to know?

No response

Cloud

No response

HSunboy commented 10 months ago

Fixed In Commit e7eba8038d51cb105bf6e65f33179897bd560f98

        晓康
        Thu Nov 2 10:56:23 2023 +0800
sl01388797 commented 10 months ago

Image

pass