Skip to content
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

Account always included in retrieved schemas #97

Closed
allisonletts opened this issue Nov 12, 2021 · 6 comments · Fixed by #121
Closed

Account always included in retrieved schemas #97

allisonletts opened this issue Nov 12, 2021 · 6 comments · Fixed by #121
Labels
bug Something isn't working

Comments

@allisonletts
Copy link
Contributor

allisonletts commented Nov 12, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. create new connection
  2. retrieve objects
  3. deselect all objects, select two that are not Account (or more, I imagine)
  4. generate SQL
  5. See that Account is included in the list of retrieved schemas

Expected behavior
The schemas of the selected objects are retrieved

Screenshots
Last Response:
image

Message Console:
image

Desktop (please complete the following information):

  • OS: Windows Server 2019
  • Target Database: MariaDB

Additional context
It's weird to me that the objects list in the response is right, but the schema list is wrong.

@allisonletts
Copy link
Contributor Author

Update: running the create tables function attempted to insert the Account table. It was unsuccessful because I left "drop and recreate" unchecked.

@acrosman
Copy link
Owner

That is weird. I'll figure it out.

@allisonletts
Copy link
Contributor Author

This may be from a release or two ago. If it's not reproduceable on your end, I can find the release I'm using. I will say I don't think I've seen this before.

@allisonletts
Copy link
Contributor Author

I'm going to close this for now. Just installed the latest version from source and I'm not having a problem.

@allisonletts
Copy link
Contributor Author

@acrosman OOOOOOOHHHHHHH
It happens if you do the describe and move on to the proposed schema and then change your mind and go back to org objects and uncheck.
I actually don't know how to start over and/or tell it to completely freshly create the schema without anything it had before.

@allisonletts allisonletts reopened this Nov 15, 2021
@acrosman acrosman added the bug Something isn't working label Nov 21, 2021
@acrosman
Copy link
Owner

Needs to be considered when resolving #107 and #101.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants