Skip to content

Conversation

@JackWang032
Copy link
Collaborator

重新开启entityCollecting, 以保证语句不完整时能尽可能收集出实体,
例如:期望 select 后补全 a1, 某些SQL下的语法解析树不足以完整到收集出表实体

select |  from a1

开启后:columnName会匹配空,以生成完整的解析树

仅开启entityCollecting,不足以解决所有此类问题,针对字段补全,如 where、join on、order by后还需要对语法文件进行改造

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant