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

Support for schema (full qualified object name) #75

Closed
5 tasks done
art-ist opened this issue Mar 31, 2018 · 3 comments
Closed
5 tasks done

Support for schema (full qualified object name) #75

art-ist opened this issue Mar 31, 2018 · 3 comments
Assignees
Labels
bug feature request New issue opened using "Feature request" template

Comments

@art-ist
Copy link

art-ist commented Mar 31, 2018

Issue Type

  • Feature Request
  • Bugfix/Errors

Prerequisites (For bugfixes)

  • Are you running the latest version?
  • Did you check the logs?
  • Did you check the Setup?

Description

I didn't check with other dialects. But for MS SQL sqltools completely ignores the Schema or a database object. Let's say we have a table Sales.Offers. sqltools would in all commands just refer to it as Offers. So if Sales was not the default schema of the current user you will get the error Invalid object name 'Offers'.

Steps to Reproduce (For bugfixes)

  1. Connect
  2. Use the command "Show Table Records"

Expected behavior: [What you expected to happen]
Results are shown.

Actual behavior: [What actually happened]
Error: Invalid object name 'Offers'

@mtxr mtxr self-assigned this Apr 18, 2018
@mtxr mtxr added bug feature request New issue opened using "Feature request" template labels Apr 18, 2018
@ttraenkler
Copy link

Same for PostgreSQL

@mtxr mtxr assigned mtxr and unassigned mtxr Jun 6, 2018
@mtxr
Copy link
Owner

mtxr commented Sep 23, 2018

#71 seems to be the same.

I've created a milestone to fix this problem.

@mtxr
Copy link
Owner

mtxr commented Sep 23, 2018

Closed in flavor of #71

@mtxr mtxr closed this as completed Sep 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feature request New issue opened using "Feature request" template
Projects
None yet
Development

No branches or pull requests

3 participants