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

Results table looks empty when SELECT has a lot of columns #8

Open
retifrav opened this issue Jan 15, 2022 · 2 comments
Open

Results table looks empty when SELECT has a lot of columns #8

retifrav opened this issue Jan 15, 2022 · 2 comments
Assignees
Labels
bug something isn't working upstream issue the bug/problem originates in one of the dependencies

Comments

@retifrav
Copy link
Owner

retifrav commented Jan 15, 2022

With this query to https://exoplanetarchive.ipac.caltech.edu/TAP:

SELECT *
FROM ps
WHERE pl_name = 'Kepler-102 b' AND pl_orbper IS NOT NULL
ORDER BY pl_pubdate DESC

the results table is just empty, although it has the correct number of rows (9):

empty-table

@retifrav retifrav added the bug something isn't working label Jan 15, 2022
@retifrav retifrav added this to the v0.5.0 milestone Jan 15, 2022
@retifrav retifrav self-assigned this Jan 15, 2022
@retifrav retifrav modified the milestones: v0.5.0, v0.6.0 Jan 15, 2022
@retifrav retifrav changed the title Problems with queries with a lot of columns Results table looks empty when SELECT has a lot of columns Jan 20, 2022
@retifrav retifrav modified the milestones: v0.6.0, v0.7.0 Jan 20, 2022
@retifrav
Copy link
Owner Author

Adding horizontal scroll might solve this.

@retifrav retifrav added the upstream issue the bug/problem originates in one of the dependencies label Jan 20, 2022
@retifrav
Copy link
Owner Author

No, that was a rather naive expectation, horizontal scroll didn't help with that. But on the bright side, the results table now has a horizontal scroll!

retifrav added a commit that referenced this issue Feb 15, 2022
- cell111 is the same for 1x11/11x1, unlike explicit cell-1-11/cell-11-1
- catching possible exceptions on generating the results table
- for #8 and in general: added horizontal scrolling for the results table
@retifrav retifrav removed this from the v0.8.0 milestone Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working upstream issue the bug/problem originates in one of the dependencies
Projects
None yet
Development

No branches or pull requests

1 participant