question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Inconsistent colors in grid view for Colorize Data Types

See original GitHub issue

System information:

  • Operating system: MacOS Mojave
  • DBeaver version: CE 6.1.0.201906091949
  • Java version: openjdk-12.0.1.jdk

Connection specification:

  • Database name and version: PostgreSQL 11
  • Driver name: postgresql-42.2.5.jar (standard driver)
  • Do you use tunnels or proxies (SSH, SOCKS, etc)? No

Describe the problem you’re observing:

There seem to be inconsistent colors applied to result sets viewed in a grid. I’m using entirely default settings, as far as I know. I turned on Colorize Data Types. Expected: all numbers are blue Actual: some numbers are in blue, some are in black. I don’t really understand the pattern for which numbers are in which color.

Steps to reproduce, if exist:

self-contained query which works on PostgreSQL:

select 20 as "a", 1 as "b", 'row1' as row_label
union all select 15, 3, 'row2'
union all select 15, 2, 'row3'
union all select 9, 1, 'row4'
union all select 8, 2, 'row5'
union all select 6, 2, 'row6'
union all select 5, 6, 'row7'
union all select 4, 5, 'row8'
union all select 4, 1, 'row9'
union all select 3, 1, 'row10'

I suspect that it’s not related to PostgreSQL… but I have not tested with other technologies.

Screen Shot 2019-06-14 at 9 40 23 AM

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
n5a5commented, Feb 24, 2021

It really turned out to be a caching problem. Fixed.

0reactions
kseniiaguzeevacommented, Feb 25, 2021

verified

Read more comments on GitHub >

github_iconTop Results From Across the Web

GridView Items color change on select and previously ...
My GridView has a Textview and Editext with gray color on selected item. I need to change that gray color of text and...
Read more >
Way to change background color of cell in Library grid view ...
You can set the "lights out" color to black, dark grey, medium grey, light grey and white. If you press L once it...
Read more >
Default Data Grid colorization and how to change it - DBeaver
To see the results of your customizations in the table, you need to right-click on any grid cell and go to View/Format ->...
Read more >
Expanding Array Values, Colorizing Cells, and Migrating Data ...
Only present on the Grid View Collection Tab toolbar, color highlighting makes a cell's data type easy to identify. The Type Color button...
Read more >
Gridview image becomes misshapen below the selected row ...
Gridview image becomes misshapen below the selected row color · var list = XML.GetWhatever(); · for (int i = 0; i < list.Count;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found