admin管理员组文章数量:1287626
After a recent update to 24.3.5 community edition, the auto completed for column names is now including the table name when it inserts the column name. I can not figure out how to disable this in the preferences.
Previously it would just insert the column name as expected, now it inserts the full string 'tl_2022_school_districts_elementary.statefp'
Anyone know how to disable this and just have it insert the column name?
After a recent update to 24.3.5 community edition, the auto completed for column names is now including the table name when it inserts the column name. I can not figure out how to disable this in the preferences.
Previously it would just insert the column name as expected, now it inserts the full string 'tl_2022_school_districts_elementary.statefp'
Anyone know how to disable this and just have it insert the column name?
Share Improve this question asked Feb 23 at 8:24 Blake GirardotBlake Girardot 737 bronze badges 2- try to add alies to your table name, like: FROM tablename a and then you'll see a.columnname – Lev Gelman Commented Feb 23 at 8:35
- Just noting version 24.2.5 is the last version that did not have this behavior – Blake Girardot Commented Feb 25 at 12:34
1 Answer
Reset to default 1Got the same issue.
Did you try to tweak the preferences?
Preferences → Editors → SQL Editor → Code Completion → "Insert table name (or alias) with column names" = Disabled (N/A)
As per my own feedback, I didn't see any change after disabling it. It looks like the v.24.3.5 has a different behaviour.
本文标签: dBeaverhow to disable table names in column name insertsStack Overflow
版权声明:本文标题:dBeaver - how to disable table names in column name inserts - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741317715a2372017.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论