dbeaver / dbeaver

Free universal database tool and SQL client
https://dbeaver.io
Apache License 2.0
39.51k stars 3.42k forks source link

Schema not visible in navigator when Schema filter used #11883

Closed rstaylor closed 3 years ago

rstaylor commented 3 years ago

System information:

Connection specification:

Describe the problem you're observing:

When I apply an exclusion filter to the Schemas shown in the connection the navigator will no longer organize the tree structure by schema. In fact all tables are lumped together in one table list with no schema information provided at all

Steps to reproduce, if exist:

Connect to a database with multiple schemas. Try to exclude one using a wild card. In my case I had schema that began with a '%' which are system related and I didn't want to see.

uslss commented 3 years ago

Hi @rstaylor . did you try to escape '%' with backslash?

rstaylor commented 3 years ago

Yes, to be clear the filter works. However the results in the navigator does not organize the tree by schema. All the tables are mixed together under tables with no schema. Then when I try to look at one of the table's data it tries to use a generic default schema which fails.

If I use an inclusion filter it all works correctly. The schema selected each have their own branch in the navigation tree.

Richard (Rich) Taylor Senior Sales Engineer | InterSystems Direct: +1.443.340.8614 InterSystems.comhttp://www.intersystems.com/

[1605287844147]


From: Dziyana @.***> Sent: Friday, March 26, 2021 6:14:08 AM To: dbeaver/dbeaver Cc: Rich Taylor; Mention Subject: Re: [dbeaver/dbeaver] Schema not visible in navigator when Schema filter used (#11883)

Hi @rstaylorhttps://github.com/rstaylor . did you try to escape '%' with backslash?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/dbeaver/dbeaver/issues/11883#issuecomment-808094862, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAZTZVZV5FEGQ5H56TGUWXLTFRM7BANCNFSM4ZZTKZ3Q.

uslss commented 3 years ago

thanks for the report and clarification

n5a5 commented 3 years ago

Fixed.

uslss commented 3 years ago

verified