Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Long queries are not completely visible. #84

Open
scrlkx opened this issue Apr 30, 2019 · 0 comments
Open

Long queries are not completely visible. #84

scrlkx opened this issue Apr 30, 2019 · 0 comments
Assignees
Labels
bug Something isn't working version 2.0 This will be in version 2.0

Comments

@scrlkx
Copy link
Contributor

scrlkx commented Apr 30, 2019

If you put a really long query in the editor - I'm talking about more than 20 lines - you will not be able to see the final part of it in the editor. When you try to "scroll" to the end the last part is incessant, behind the menu that has below.

How to play:

  1. Copy the query below in the editor.
  2. Run the query.
  3. Try to scroll to the end of the query and see column 30.
SELECT 
    1 AS Column1,
    2 AS Column2,
    3 AS Column3,
    4 AS Column4,
    5 AS Column5,
    6 AS Column6,
    7 AS Column7,
    8 AS Column8,
    9 AS Column9,
    10 AS Column10,
    11 AS Column11,
    12 AS Column12,
    13 AS Column13,
    14 AS Column14,
    15 AS Column15,
    16 AS Column16,
    17 AS Column17,
    18 AS Column18,
    19 AS Column19,
    20 AS Column20,
    21 AS Column21,
    22 AS Column22,
    23 AS Column23,
    24 AS Column24,
    25 AS Column25,
    26 AS Column26,
    27 AS Column27,
    28 AS Column28,
    29 AS Column29,
    30 AS Column30
@scrlkx scrlkx added the bug Something isn't working label Apr 30, 2019
@scrlkx scrlkx changed the title Long queries are completely visible. Long queries are not completely visible. Apr 30, 2019
@scrlkx scrlkx added the version 2.0 This will be in version 2.0 label Apr 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working version 2.0 This will be in version 2.0
Projects
None yet
Development

No branches or pull requests

2 participants