Copy table excerpts as ascii art for convenient inclusion in text-only docs
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Obviously, "ascii art" isn't quite what I mean here, but I think you understand the intent.
I was able to write a command-line tool using http://search.cpan.org/~lunatic/Text-ASCIITable-0.20/lib/Text/ASCIITable.pm to produce what I was looking for, but my suggestion is to have something like this built into the tool.
Is committed to our Git repository and will be available in future snapshots and version.
The layout isn't exactly like in the link mentioned above but looks like SQuirreL's usual text output.
See new entry in table's right mouse menu: Copy aligned (as in 'Results as text' tab)
Last edit: Gerd Wagner 2016-09-24
I have recently been copying sql results to our internal mattermost and using markdown tables for it, it would be good if squirrel could do this directly. Which version has
Copy Aligned?Sumit,
there's an new table right mouse menu 'Copy as markdown table' in future snapshots and versions.
Gerd