语言支持问题
已回答
我使用的产品是DataGrip, 数据库是Open Gauss,在使用的过程中,数据类型不能完善的支持,NVARCHAR类型会有报错提示
Open Gauss是华为基于PostgreSQL一个开源版本进行深度定制开发的数据库,其中为了满足中文字符串的问题,以及方便其他数据库的迁移,添加了NVARCHAR类型,但是使用DataGrip链接Open Gauss数据库时并不能完善的支持,不管是使用Open Gauss提供的驱动还是PostgreSQL提供的驱动。
请先登录再写评论。
Hi Luoqi9421,
We currently don't provide complete or basic support for openGauss and GaussDB (see DBE-21544), and there are no plans to support them at the moment.
Are you seeing
NVARCHARhighlighted incorrectly, or is it something else? In the meantime, you can try switching the SQL Dialect to Generic SQL.