dt-sql-parser icon indicating copy to clipboard operation
dt-sql-parser copied to clipboard

[Feature Request]: whereClause can complete with column name

Open liuxy0551 opened this issue 1 year ago • 1 comments

Topic

Enhance existing features

Description

SparkSQL、HiveSQL and MySQL, and others

like SELECT col1 FROM t1 WHERE col2 = 'any';

liuxy0551 avatar Jun 25 '24 08:06 liuxy0551

SELECT columnName、ORDER BY columnName、SORT BY columnName、GROUP BY columnName 等使用到 columnName 的地方,有些使用了 expression,不好提示,不好在使用 expression 的地方都提示 columnName。

思路:在自动补全的地方判断哪里是 columnName

liuxy0551 avatar Jul 31 '24 09:07 liuxy0551

这个目前有进展吗

qinyouzhi avatar Dec 16 '24 08:12 qinyouzhi

在这个 PR 中:https://github.com/DTStack/dt-sql-parser/pull/358

liuxy0551 avatar Dec 16 '24 08:12 liuxy0551

这个目前有进展吗

已经发布新版本[email protected]

Image

LuckyFBB avatar May 09 '25 08:05 LuckyFBB