You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your Code
sql语句为:let text = SELECT * FROM current_catalog_schema1 as
let position = {lineNumber: 1, column: 41} Problem
调用parser.getSuggestionAtCaretPosition(text, position)获取当前节点的语义信息;
结果如下:
Version
e.g. v4.0.0-beta.4.10
The Type of SQL
mysql
Your Code
sql语句为:let text = SELECT * FROM current_catalog_schema1 as
let position = {lineNumber: 1, column: 41}
Problem
调用parser.getSuggestionAtCaretPosition(text, position)获取当前节点的语义信息;
结果如下:
其中的
current_catalog_schema1 as
不应该都被识别为"table"类型The text was updated successfully, but these errors were encountered: