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
Kijin-Seija
changed the title
[Bug]: "ALTER TABLE" can collect entities but entities don't hava belongStmt
[Bug]: "ALTER TABLE" can collect entities but entities don't have belongStmt
May 28, 2024
Version
4.0.1
Which SQL?
Postgre
SQL content
JavaScript/TypeScript code
No response
What happened?
my_table
can be collected but it has nobelongStmt
, then people cannot useisContainCaret
or other properitiesmy_table
被收集了但是其属性里没有belongStmt
, 基于isContainCaret
或其他StmtContext属性的功能可能会无法正常工作。I find that maybe there's no definition of
altertablestmt
. I will create a PR and try to cover it. If there is already a roadmap, ignore the PR.看了下好像是没有定义'altertablestmt'这个StmtContext,我这边尝试添加了一下,已测试通过。如果这在你们的roadmap上,请忽略此PR
Relevant log output
No response
The text was updated successfully, but these errors were encountered: