-
Notifications
You must be signed in to change notification settings - Fork 48
Website demo for column completions #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
已知问题: SELECT id FROM t1
WHERE name IN (
SELECT name FROM t2
) |
期望 |
where、group by 等字段补全需要先解决这两个issues: |
还需要基于 |
新增内容
新增字段补全与已创建表的补全demo
修复内容
已有实体后输入空格不应该再补全实体
关联Issues
#158
Preview地址
https://jackwang032.github.io/monaco-sql-languages/
交互方式
FROM
中的表与FROM
中表的所有字段