Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impractical with a lot of text in database #31

Closed
reisub opened this issue Oct 5, 2015 · 4 comments
Closed

Impractical with a lot of text in database #31

reisub opened this issue Oct 5, 2015 · 4 comments

Comments

@reisub
Copy link
Contributor

reisub commented Oct 5, 2015

We should add an option to have a preference to toggle showing all content or ellipsize it (default).

@reisub reisub self-assigned this Oct 5, 2015
@zplesac
Copy link
Member

zplesac commented Oct 6, 2015

+1 for this

@brcinho
Copy link

brcinho commented Jul 5, 2016

+1 for this
Also one argument from other side is that for some data types like numeric with decimal points, the digits in normal view get cut off after fourth digit, which caused a lot of debugging for me until I found that I was actually storing the latitude and longitude with correct amount of decimals and that DB Inspector was cutting digits off when showing data from table.

@reisub
Copy link
Contributor Author

reisub commented Jul 5, 2016

We could also show ellipsized contents on the table contents screen and have another row details screen which would contain the full content of a single row.
So far we haven't found the time to implement this and I don't think we'll find it in the near future so if anyone wants to work on this, feel free!

@bojankoma
Copy link
Collaborator

Since this a very different direction of how we should handle a lot of data in a single cell, we can continue discussion in a recently open issue. This new issue suggests only UI manipulations and not changing actual data, which is more inline with what this project should do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants