NULL Values color
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
In a select i got <null>
in my result set. But it was a text and not a real NULL
. I was not able to see the difference.
I can remember myself that there is a Option in SQLDeveloper where I can set NULLs to be shown with a specific color (I used blue).
This would be a nice feature for SQuirreL too.
New change.log entry:
'#603 NULL values are colored in light green.
Committed to our GIT repository (at the moment in branch ConnectionPool). Will be available in future snapshots and versions.
... was improved to be configurable. New change log entry:
'#603 NULL values can be colored.
To change or switch off NULL value coloring
go to menu File --> New Session Properties --> bottom of tab General.
Thanxs very much for this update. It works fine until there is only one line. Then the blue row selection line wont let shine this color through...