<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 589: CLI - Increase String Display Limit (mimic SQuirreL UI)</title><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/589/" rel="alternate"/><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/589/feed.atom" rel="self"/><id>https://sourceforge.net/p/squirrel-sql/feature-requests/589/</id><updated>2020-05-24T20:25:57.777000Z</updated><subtitle>Recent changes to 589: CLI - Increase String Display Limit (mimic SQuirreL UI)</subtitle><entry><title>#589 CLI - Increase String Display Limit (mimic SQuirreL UI)</title><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/589/?limit=25#68a7" rel="alternate"/><published>2020-05-24T20:25:57.777000Z</published><updated>2020-05-24T20:25:57.777000Z</updated><author><name>Gerd Wagner</name><uri>https://sourceforge.net/u/gerdwagner/</uri></author><id>https://sourceforge.net35a4be7044cb2703c1a432ac1651d9baaeff43ce</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I now was able to reproduce the text length problem. But instead of 50 chars I found the limit to be 100 chars.&lt;/p&gt;
&lt;p&gt;It is fixed and will be available in future snapshots and versions.&lt;/p&gt;
&lt;p&gt;Here's the excerpt from our change log:&lt;br/&gt;
589 CLI (command line): Increase string display limit&lt;br/&gt;
  The column width of CLI output as well as of text outputs was limited to 100 characters.&lt;br/&gt;
  The limit is now 1000000 characters.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#589 CLI - Increase String Display Limit (mimic SQuirreL UI)</title><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/589/?limit=25#9aeb" rel="alternate"/><published>2020-05-15T01:04:01.648000Z</published><updated>2020-05-15T01:04:01.648000Z</updated><author><name>Gerd Wagner</name><uri>https://sourceforge.net/u/gerdwagner/</uri></author><id>https://sourceforge.net90b9bdfe19806dce53a5ad75dbbc2d5b26be1a5c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;On the output formats again:&lt;/p&gt;
&lt;p&gt;Here's  an excerpt from change log (http://sourceforge.net/p/squirrel-sql/git/ci/master/tree/sql12/core/doc/changes.txt): &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="nv"&gt;Command&lt;/span&gt; &lt;span class="nv"&gt;line&lt;/span&gt; &lt;span class="nv"&gt;interface&lt;/span&gt; &lt;span class="ss"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;CLI&lt;/span&gt;&lt;span class="ss"&gt;)&lt;/span&gt;:
  &lt;span class="nv"&gt;The&lt;/span&gt; &lt;span class="nv"&gt;command&lt;/span&gt; &lt;span class="nv"&gt;line&lt;/span&gt; &lt;span class="nv"&gt;interface&lt;/span&gt; &lt;span class="ss"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;CLI&lt;/span&gt;&lt;span class="ss"&gt;)&lt;/span&gt; &lt;span class="nv"&gt;allows&lt;/span&gt; &lt;span class="nv"&gt;to&lt;/span&gt; &lt;span class="nv"&gt;create&lt;/span&gt; &lt;span class="nv"&gt;formatted&lt;/span&gt; &lt;span class="nv"&gt;files&lt;/span&gt; &lt;span class="nv"&gt;according&lt;/span&gt; &lt;span class="nv"&gt;to&lt;/span&gt; &lt;span class="nv"&gt;the&lt;/span&gt; &lt;span class="nv"&gt;settings&lt;/span&gt; &lt;span class="nv"&gt;in&lt;/span&gt; &lt;span class="nv"&gt;SQuirreL&lt;/span&gt;&lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt;s &lt;/span&gt;&lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="nv"&gt;Store&lt;/span&gt; &lt;span class="nb"&gt;result&lt;/span&gt; &lt;span class="nv"&gt;of&lt;/span&gt; &lt;span class="nv"&gt;SQL&lt;/span&gt; &lt;span class="nv"&gt;to&lt;/span&gt; &lt;span class="nv"&gt;file&lt;/span&gt;&lt;span class="s1"&gt;'&lt;/span&gt;&lt;span class="s"&gt; dialog.&lt;/span&gt;
  &lt;span class="nv"&gt;CLI&lt;/span&gt; &lt;span class="nv"&gt;help&lt;/span&gt; &lt;span class="nv"&gt;commands&lt;/span&gt; &lt;span class="nv"&gt;will&lt;/span&gt; &lt;span class="nv"&gt;inform&lt;/span&gt; &lt;span class="nv"&gt;about&lt;/span&gt; &lt;span class="nv"&gt;details&lt;/span&gt;.
  &lt;span class="k"&gt;For&lt;/span&gt; &lt;span class="nv"&gt;information&lt;/span&gt; &lt;span class="nv"&gt;on&lt;/span&gt; &lt;span class="nv"&gt;the&lt;/span&gt; &lt;span class="nv"&gt;command&lt;/span&gt; &lt;span class="nv"&gt;line&lt;/span&gt; &lt;span class="nv"&gt;interface&lt;/span&gt; &lt;span class="nv"&gt;see&lt;/span&gt; &lt;span class="nv"&gt;Readme&lt;/span&gt;.&lt;span class="nv"&gt;txt&lt;/span&gt; &lt;span class="nv"&gt;in&lt;/span&gt; &lt;span class="nv"&gt;subdirectory&lt;/span&gt; &lt;span class="nv"&gt;squirrelcli&lt;/span&gt; &lt;span class="nv"&gt;of&lt;/span&gt; &lt;span class="nv"&gt;your&lt;/span&gt; &lt;span class="nv"&gt;SQuirreL&lt;/span&gt; &lt;span class="nv"&gt;installation&lt;/span&gt;.
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The feature is  committed to our GIT repository and will be availabel in future snapshots and versions.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#589 CLI - Increase String Display Limit (mimic SQuirreL UI)</title><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/589/?limit=25#1cf5" rel="alternate"/><published>2020-05-10T19:59:01.127000Z</published><updated>2020-05-10T19:59:01.127000Z</updated><author><name>Gerd Wagner</name><uri>https://sourceforge.net/u/gerdwagner/</uri></author><id>https://sourceforge.neta01130715bc7f4757c2d3d61c9467d2b4f6598bd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sorry, I can't reproduce your length problem. &lt;br/&gt;
I tried batch mode and JShell mode on Linux and Windows.&lt;/p&gt;
&lt;p&gt;As to your request about output formats: My idea is to let users decide for "formatted" output. If he does the settings for the output will be taken from the 'Store result of SQL to file' dialog. This would be analogous to the implementation of feature request 438, see&lt;br/&gt;
&lt;a href="https://sourceforge.net/p/squirrel-sql/feature-requests/438/"&gt;https://sourceforge.net/p/squirrel-sql/feature-requests/438/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>CLI - Increase String Display Limit (mimic SQuirreL UI)</title><link href="https://sourceforge.net/p/squirrel-sql/feature-requests/589/" rel="alternate"/><published>2020-04-15T04:01:39.988000Z</published><updated>2020-04-15T04:01:39.988000Z</updated><author><name>Kevin Rodriguez</name><uri>https://sourceforge.net/u/rk64/</uri></author><id>https://sourceforge.netb2e505c3be31a7645904c2f5538fd1fb5a1aaac2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Good Afternoon devs,&lt;/p&gt;
&lt;p&gt;Related Ticket:&lt;/p&gt;
&lt;h1 id="412-command-line-version-httpssourceforgenetpsquirrel-sqlfeature-requests412"&gt;412 Command-Line Version &lt;a href="https://sourceforge.net/p/squirrel-sql/feature-requests/412/"&gt;https://sourceforge.net/p/squirrel-sql/feature-requests/412/&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;First and foremost, thank you for the implementation of the CMI for SQuirreL. I have been able to successfully run it through windows command prompt and output the needed data. However, when I'm pulling string fields, they only display the first 50 characters (tested using RIGHT function).&lt;/p&gt;
&lt;p&gt;Additionally, when pulling the same data through the SQuirreL 4.0 interface, the strings appear in full as they should. &lt;/p&gt;
&lt;p&gt;Devs, could you please expand the string character display limit for the CMI to the same specifications used in the SQuirreL UI?&lt;/p&gt;
&lt;p&gt;Best, RK&lt;/p&gt;
&lt;p&gt;(PS: The output to text looks great, but when we output it to CSV, the fields are all aggregated to a single cell and not spaced out as they should be. That's for another ticket of course, I'm currently developing a python scrypt to format it, but would be nice to output cleanly!)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>