-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Unable to look at temporary table in Browse Data Tab #2348
Comments
Ouch. That sounds like a bug. 😦 |
Yes, just noticed that too with attached databases. I'll look into it now. It's definitely something we need to fix for 3.12.1, so thanks for reporting this, @gchan1234! 😄 |
Fix a bug which made tables from other schemas than the main schema inaccessible in the Browse Data tab. Most notably this always selects table "main"."tbl" instead of for example "temp"."tbl". See issue #2348.
This should be fixed now. Can you check again using tomorrow's nightly build, @gchan1234? |
@MKleusberg Any idea when this bug was introduced? |
@MKleusberg Thanks it's fixed :) |
@justinclift Looks like the bug was introduced by this commit a09df5b. So it's only present in the nightlies. @gchan1234 Awesome. Thanks for testing! 😄 |
Cool. 😄 |
Fix a bug which made tables from other schemas than the main schema inaccessible in the Browse Data tab. Most notably this always selects table "main"."tbl" instead of for example "temp"."tbl". See issue #2348. # Conflicts: # src/TableBrowser.h
Hi
I am unable to look at temporary tables in the Browse data table. It works in previous versions. When I click on the temporary table - it reverts to the first available table on the list
The text was updated successfully, but these errors were encountered: