andialbrecht / crunchyfrog

Head over to RunSQLRun, the successor of CrunchyFrog
http://runsqlrun.org
GNU General Public License v3.0
5 stars 2 forks source link

Long values in results view are cutted without indicator #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute a statement that returns a "long" value, e.g. select '0123456789
0123456789 0123456789 0123456789 0123456789 0123456789 0123456789
0123456789 0123456789 0123456789 ';
2. The result ListView displays a cutted value but without indicating that
this value is cutted for display (copying the value and showing the value
in the external window shows the uncut value).
3.

What is the expected output? What do you see instead?

The value in the list view is cutted for performance reasons, but there
should be some kind of indicator (three dots?) that mark a value as cutted.
This is for display only. The actual value in the underlying data model is
uncutted of course.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by albrecht.andi on 27 Feb 2009 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 27 Feb 2009 at 10:52

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 16 Mar 2009 at 5:25

GoogleCodeExporter commented 9 years ago
Fixed in development version (556:f2ea8e68bdae).

Original comment by albrecht.andi on 20 May 2009 at 3:17