Result set partial copy doesn't work
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Sorry, I can't reproduce the problem.
Here's the ways SQuirreL handles copying rows:
Many thanks for the explanation.
I understand now how it works., but I'd like to ask for a clear selection coloring.
Currently when selecting a cell the whole row gets colored.
This looks like the whole row is already selected.
On the opposite the cell's border (active cell / selection) is very difficult to recognize.
The same holds if a range of cells is selected using the mouse marking data with the rectangle. One In fact I cannot see what data is selected then at all.
I'd like to see the selected data in a bit clearer way, e.g. by ONLY coloring the cells actually selected. A bit more detailed:
Maybe this could be an additional improvement (right click function: *select entire column(s)).
I noticed now some related information "selected rows" / "position". I think this is only useful for very small tables (where counting columns on the screen may be ok) but generally has a very limited value. Figuring out index positions when working with column names and a bit larger tables seems to be not useful or am I missing something here?
Many thanks, again.