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

New tables/Views added to database not showing #135

Closed
QuentinBennett opened this issue Jul 1, 2022 · 2 comments
Closed

New tables/Views added to database not showing #135

QuentinBennett opened this issue Jul 1, 2022 · 2 comments

Comments

@QuentinBennett
Copy link

QuentinBennett commented Jul 1, 2022

Duplicate of closed issue #109, but on a SQL Server database.

New Table/View shows when new connection created, but not showing on existing connection, created prior to the table/view.

Additionally, columns added/changed after the connection created are not reflected in the Query Tree, resulting in 'invalid column name' errors.

@harpsicord86
Copy link

Hi @QuentinBennett,

I had noticed this too and it turns out that QueryTree has a cache which updates every hour. If you reset your app pool in IIS, this usually gets any new view/tables to show. Have a try and see if this works for you.

@d4nt
Copy link
Contributor

d4nt commented Nov 21, 2022

Thanks @QuentinBennett, that's absolutely right.

@d4nt d4nt closed this as completed Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants