-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Labels
bugSomething isn't workingSomething isn't workingneed-more-info ❔Debug logs or platform needed before we can look into this issueDebug logs or platform needed before we can look into this issue
Description
Describe the bug
Table relations are not visible when the DB connection is read-only.
To Reproduce
Steps to reproduce the behavior:
- Create a Postgres DB with tables
t1
andt2
. - Create a column in
t1
referencing entries oft2
via a foreign key constraint.
3.Connect to the Postgres DB with a user with read-only credentials. - Right click the
t1
entity in the left sidebar. - Click "View Structure".
- Click the "Relations" tab.
- Observe no relations are listed despite the column in
t1
referencing entries oft2
via a foreign key constraint.
Expected behavior
The relation of t1
referencing entries of t2
via a foreign key constraint is listed in the "Relations" tab after opening the "View Structure" view.
Version Information (please complete the following information):
- OS: MacOS Sequoia 15.5
- App Version: Beekeeper Studio Version 5.2.12
- Database type and version: PostgreSQL 16.8 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 7.3.1 20180712 (Red Hat 7.3.1-17), 64-bit
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneed-more-info ❔Debug logs or platform needed before we can look into this issueDebug logs or platform needed before we can look into this issue