New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add schema name when "Drag and Drop Qualified Names" for fields of atacched tables #1534
Comments
I considered including also the schema in field names (except for main). Finally I felt that it was too verbose and left only the table name when the qualified option is enabled. But no strong opinion with that, it can be changed. I wonder now if we need an additional option for this or people will be satisfied with selecting between fully qualified and not qualified at all. By the way, with the current version, you can control-select the schema and the field to get the fully qualified name. |
To have a good result, it is important to disable qualified option and click items in right order.
It is not so tedious to delete unnecessary qualifier. So I prefer just two options:
|
For the "Drag & Drop Qualified Names" option, the schema name for attached databases is also added for field names dropped from the DB Schema dock.
Ok, qualified means qualified after all. I've added the domain as you suggested. |
Thanks! commit 9daf265 |
Thanks for testing, @n-arakawa. Let's close this, then. By the way I had to edit your comment to understand. At first, the text between |
Describe the new feature
I recently notice the "Drag and Drop Qualified Names" from DB schema is implemented.
Thanks!
It is more convenient to add a schema name for attached database!
Additional info
Please answer these questions before submitting your feature request.
Is your feature request related to an issue? Please include the issue number.
Does this feature exist in another product or project? Please provide a link.
Do you have a screenshot? Please add screenshots to help explain your idea.
The text was updated successfully, but these errors were encountered: