dbeaver / dbeaver/dbeaver

Omit schema name in sql preview after changing table properties

Open
#10,696 2 comments 0 reactions 1 assignee Claimed by @serge-rider View on GitHub
xf:sql
Dominant language
Java
Stars
51.8k
Forks
4.4k
Avg merge
3d 8h
Merged PRs (30d)
188

Description

**Is your feature request related to a problem? Please describe.**
When using the table editor to change some properties of a table, (adding attribute, changing attribute name, etc.) the created sql command always includes the schema name. A lot of time, I just want to copy those SQL commands and add them to the Database version control. But then I always need to first remove the schema names (obviously it already happened that I was
tired and forgot to do so).
![image](https://user-images.githubusercontent.com/6601243/102207536-875aec00-3ece-11eb-817d-b25415e996d6.png)

**Describe the solution you'd like**
Provide an option to disable the adding of the schema name

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.