Version
v4.5.0
Which SQL?
Postgre
SQL content
CREATE TABLE MyTable (user_id BIGINT, name STRING) WITH ('connector' = 'oracle-x');
select from (select user_id from MyTable) as t1;
JavaScript/TypeScript code
What happened?
CREATE TABLE MyTable (user_id BIGINT, name STRING) WITH ('connector' = 'oracle-x');
select from (select user_id from MyTable) as t1;
这种SQL语句不完整的情况下,正常应该飘红的,但是由于PG语法文件的特殊性,目前不报错
Relevant log output
Version
v4.5.0
Which SQL?
Postgre
SQL content
JavaScript/TypeScript code
What happened?
CREATE TABLE MyTable (user_id BIGINT, name STRING) WITH ('connector' = 'oracle-x');
select from (select user_id from MyTable) as t1;
这种SQL语句不完整的情况下,正常应该飘红的,但是由于PG语法文件的特殊性,目前不报错
Relevant log output